diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-04-04 16:46:35 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-04-04 16:46:35 -0400 |
| commit | 7dec312f582e24e3f0303fe7badfa98224a4fc9d (patch) | |
| tree | 0f54f57dce3cbb65632d312aec25be95b8bc68c7 | |
| parent | e3f5ee01c4680cfdcabdbcc6c44ebfaa0049854d (diff) | |
adjust svg mobile
| -rw-r--r-- | public/assets/ok.css | 7 |
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; |
