From e85eda5bb0009345bfc9c293318ffb4b17ad28dd Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sat, 4 Jul 2026 20:29:19 +0100 Subject: [PATCH] Update App.css to refine sidebar scrollbar dimensions and enhance visual consistency with adjusted border-radius and padding properties. --- assets/stylesheets/App.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/assets/stylesheets/App.css b/assets/stylesheets/App.css index 3193459..834c5a7 100644 --- a/assets/stylesheets/App.css +++ b/assets/stylesheets/App.css @@ -625,19 +625,19 @@ span.ant-skeleton-input.ant-skeleton-input-sm.text-skeleton { 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 5px 0; + border-radius: 0 0 6.5px 0; } .sidebar-scroll.simplebar-scrolling .simplebar-track.simplebar-vertical { - width: 10px !important; - right: -11px; + width: 12px !important; + right: -13px; } .sidebar-scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar:before { - top: 3px; - bottom: 3px; - left: 3px; - right: 3px; + top: 4px; + bottom: 4px; + left: 4px; + right: 4px; }