From 347f19d01f314ea2354e4afd761575c05a3f3140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nile=CC=81ane?= Date: Mon, 22 Apr 2024 16:43:18 +0200 Subject: [PATCH] Tweaks to scrollbars --- TangerineUI-cherry.css | 7 +++++++ TangerineUI-purple.css | 7 +++++++ TangerineUI.css | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index c56bf63..35cd638 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -5304,6 +5304,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .inline-follow-suggestions__body__scrollable { scroll-padding: 60px; } +.app-body .inline-follow-suggestions__body__scrollable::-webkit-scrollbar { + height: 5px; +} +.app-body .inline-follow-suggestions__body__scrollable::-webkit-scrollbar-thumb { + opacity: 1; + border-radius: 0; +} .app-body .inline-follow-suggestions__body__scrollable__card { border-radius: 8px; background-color: var(--color-content-secondary-bg); diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 89e3604..2380d0d 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -5304,6 +5304,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .inline-follow-suggestions__body__scrollable { scroll-padding: 60px; } +.app-body .inline-follow-suggestions__body__scrollable::-webkit-scrollbar { + height: 5px; +} +.app-body .inline-follow-suggestions__body__scrollable::-webkit-scrollbar-thumb { + opacity: 1; + border-radius: 0; +} .app-body .inline-follow-suggestions__body__scrollable__card { border-radius: 8px; background-color: var(--color-content-secondary-bg); diff --git a/TangerineUI.css b/TangerineUI.css index 2e2f0d1..283c401 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -5304,6 +5304,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .inline-follow-suggestions__body__scrollable { scroll-padding: 60px; } +.app-body .inline-follow-suggestions__body__scrollable::-webkit-scrollbar { + height: 5px; +} +.app-body .inline-follow-suggestions__body__scrollable::-webkit-scrollbar-thumb { + opacity: 1; + border-radius: 0; +} .app-body .inline-follow-suggestions__body__scrollable__card { border-radius: 8px; background-color: var(--color-content-secondary-bg);