From 8554ded1843fd91a4efbc95f8a1ec80b0b653327 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 21 Dec 2022 00:11:57 +0100 Subject: css: Adjust sidebar. --- assets/mumi.scss | 6 +++--- 1 file 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; } -- cgit v1.2.3