From 7407d444fbbafa9eccd88d613d303c50dba28489 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 16 Jun 2021 12:07:04 +0100 Subject: [PATCH] Match the width of the overlay-sidebar on narrow screens to the width on full-sized screens It's not clear why they are different widths, since the non-overlay sidebar doesn't change. --- app/assets/stylesheets/small.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/small.scss b/app/assets/stylesheets/small.scss index 530d7b7e6..51501758d 100644 --- a/app/assets/stylesheets/small.scss +++ b/app/assets/stylesheets/small.scss @@ -107,7 +107,7 @@ body.small-nav { .overlay-sidebar { #sidebar { position: absolute; - width: 300px; + width: 350px; height: auto; overflow: hidden; } -- 2.43.2