From 60cd5fc19873f3a1bc174eb9e6b4c9cf0cd1f0d4 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Fri, 6 Jan 2023 00:08:38 +0100 Subject: [PATCH] Slightly increase width of left navigation bar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch slightly increases the width of the left navigation bar to allow for a little bit of padding on the “Collections” link which looked odd pressed right to the edge of the navigation. --- client/components/app/SideRail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/app/SideRail.vue b/client/components/app/SideRail.vue index 174ec3722..5e635e94b 100644 --- a/client/components/app/SideRail.vue +++ b/client/components/app/SideRail.vue @@ -1,5 +1,5 @@