Tweaks to scrollbars

This commit is contained in:
Niléane 2024-04-22 16:43:18 +02:00
parent c0fcbc8a13
commit 347f19d01f
No known key found for this signature in database
3 changed files with 21 additions and 0 deletions

View File

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

View File

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

View File

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