summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/assets/ok.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css
index 5317ca0..98d005a 100644
--- a/public/assets/ok.css
+++ b/public/assets/ok.css
@@ -186,6 +186,10 @@ ul li[data-id='dump-fm'] {
text-transform: none;
}
+.mobile ul li:first-child {
+ padding-top: 11px;
+}
+
.desktop .menu ul li:hover,
.menu ul li.active {
background: black;
@@ -248,6 +252,9 @@ nav svg g g:last-child rect {
transform-origin: center;
width: 80px;
}
+.mobile .navopen nav svg g g:first-child rect {
+ width: 70px;
+}
.navopen nav svg g g:nth-child(2) rect {
opacity: 0;