diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-12-21 00:11:57 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-12-21 00:11:57 +0100 |
commit | 8554ded1843fd91a4efbc95f8a1ec80b0b653327 (patch) | |
tree | cd5fbcadc1d8ef89770c1780bc958d3bf173ac15 /assets/mumi.scss | |
parent | db5d5f30276bfd857bd93da811634a44ed8054bf (diff) |
css: Adjust sidebar.
Diffstat (limited to 'assets/mumi.scss')
-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; } |