From dccdebfa4afc5f4d67959b9ef96a1bb0aa3c146a Mon Sep 17 00:00:00 2001 From: Noah Hall Date: Sun, 7 Feb 2021 14:59:41 -0500 Subject: [PATCH] fix sidebar width a bit --- scss/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/style.scss b/scss/style.scss index d1726ea..d611c51 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -216,7 +216,7 @@ main { #sidebar { flex: 1 6 25%; - width: 30px; + min-width: 30px; order: 2; @media (prefers-color-scheme: light) { border-left: 1px dashed $base0;