From fd05ba041cb59e13e352cdda2b6b09cadb6b33a0 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Mon, 18 May 2020 00:07:57 -0400 Subject: [PATCH] Give the sidebar more room. --- www/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/styles.css b/www/styles.css index 80a52fcd47..78cdbd0109 100644 --- a/www/styles.css +++ b/www/styles.css @@ -145,7 +145,7 @@ main { position: relative; box-sizing: border-box; padding-left: 20px; - width: 200px; + width: 240px; flex-shrink: 0; }