From 65f53decab1d91e882ae2bb6e39b986395a16508 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Oct 2025 06:23:07 +0000 Subject: [PATCH] Update scrollbar width in responsive.css for consistency Co-authored-by: DeJeune <67425183+DeJeune@users.noreply.github.com> --- src/renderer/src/assets/styles/responsive.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/assets/styles/responsive.css b/src/renderer/src/assets/styles/responsive.css index e84cc1e69b..e4ceadb432 100644 --- a/src/renderer/src/assets/styles/responsive.css +++ b/src/renderer/src/assets/styles/responsive.css @@ -9,7 +9,7 @@ --topic-list-width: 275px; --settings-width: 250px; - --scrollbar-width: 5px; + --scrollbar-width: 10px; } [navbar-position='left'] {