From 2415ea03e8db178ccf144181a40b194b1eb87786 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Wed, 11 Jun 2025 21:09:55 +0200 Subject: [PATCH] style: update scrollbar styling for improved appearance and consistency --- client/src/common/styles/default.sass | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/client/src/common/styles/default.sass b/client/src/common/styles/default.sass index f682085b..4c742eb1 100644 --- a/client/src/common/styles/default.sass +++ b/client/src/common/styles/default.sass @@ -9,14 +9,26 @@ body, html font-weight: 700 ::-webkit-scrollbar - width: 13px + width: 14px + background: $background + +::-webkit-scrollbar-track + background: $background + border-radius: 10px + margin: 5px ::-webkit-scrollbar-thumb - background: $darker-gray + background: $light-gray border-radius: 10px + border: 2px solid $background + min-height: 40px ::-webkit-scrollbar-thumb:hover - background: $dark-gray + background: $white + box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) + +::-webkit-scrollbar-thumb:active + background: $subtext .speedtest-icon font-size: 26pt