Copy CSS files to installation folder

This commit is contained in:
nileane 2024-04-22 14:43:34 +00:00 committed by github-actions[bot]
parent 347f19d01f
commit e9185de280
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);