From 45894f1a3afc9962e05d18b13ad7d89cd5bf1514 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sun, 12 Jul 2026 22:53:46 +0100 Subject: [PATCH] Update App.css to enhance sidebar scrollbar styles with distinct light and dark themes, improving visual consistency and user experience. --- assets/stylesheets/App.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/App.css b/assets/stylesheets/App.css index 834c5a7..064b8b0 100644 --- a/assets/stylesheets/App.css +++ b/assets/stylesheets/App.css @@ -621,11 +621,20 @@ span.ant-skeleton-input.ant-skeleton-input-sm.text-skeleton { right 0.15s ease-in-out; } +.sidebar-scroll .simplebar-track.simplebar-vertical { + border-radius: 0 0 6.5px 0; +} + .sidebar-scroll.dark .simplebar-track.simplebar-vertical { background-color: #141414; border-inline-end: 1px solid rgba(253, 253, 253, 0.12); border-bottom: 1px solid rgba(253, 253, 253, 0.12); - border-radius: 0 0 6.5px 0; +} + +.sidebar-scroll.light .simplebar-track.simplebar-vertical { + background-color: #ffffff; + border-inline-end: 1px solid rgba(5, 5, 5, 0.06); + border-bottom: 1px solid rgba(5, 5, 5, 0.06); } .sidebar-scroll.simplebar-scrolling .simplebar-track.simplebar-vertical {