Copy CSS files to installation folder

This commit is contained in:
nileane 2023-11-24 15:21:29 +00:00 committed by github-actions[bot]
commit d5747ac265
3 changed files with 45 additions and 0 deletions

View file

@ -1876,6 +1876,15 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
border: 0;
}
@media screen and (max-width:889px) {
.app-body .empty-column-indicator {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-left: 0;
border-right: 0;
}
}
/* Timeline hint */
.app-body .timeline-hint {
background-color: var(--color-content-bg);
@ -2869,6 +2878,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
border-right: 0;
}
}
@media screen and (min-width:890px) and (max-width:1174px) {
.app-body .explore__links {
border-bottom-left-radius: 8px !important;
border-bottom-right-radius: 8px !important;
}
}
.app-body .columns-area__panels__main .trends__item {
background-color: var(--color-content-bg);
border-bottom: 2px solid var(--color-content-secondary-bg);