From 579892067ee54e80fe6e982cccbded8f48e413dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 17 Mar 2026 20:07:49 +0400 Subject: [PATCH] Tweak sidebar width --- app/styles/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/app.css b/app/styles/app.css index e76892c..7e9c572 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -3,7 +3,7 @@ :root { --default-list-color: #fc3; --hover-bg: #f8f9fa; - --sidebar-width: 360px; + --sidebar-width: 350px; --link-color: #2a7fff; --link-color-visited: #6a4fbf; }