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);