diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/mumi.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/mumi.scss b/assets/mumi.scss index b86235f..ccf906f 100644 --- a/assets/mumi.scss +++ b/assets/mumi.scss @@ -368,13 +368,13 @@ a.message-anchor { display: none; position: fixed; right: 0; - top: 100px; + top: 80px; background: var(--nav-background-color); border: 1px solid var(--nav-border-color); border-radius: 5px 0 0 5px; padding: .5em; z-index: 1; - max-height: 90vh; + max-height: 80vh; overflow-y: auto; overflow-x: none; max-width: 2em; @@ -386,7 +386,7 @@ a.message-anchor { transition: all 500ms ease-in-out; } -@media (min-width: 1200px) { +@media (min-width: 786px) { #sidebar { display: block; } |