Copy CSS files to installation folder

This commit is contained in:
nileane 2023-11-24 14:50:23 +00:00 committed by github-actions[bot]
commit d189386a47
3 changed files with 24 additions and 0 deletions

View file

@ -2149,6 +2149,14 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
margin-top: -4px;
}
}
@media screen and (min-width:890px) and (max-width:1174px) {
.app-body .tabs-bar__wrapper {
border-color: transparent;
}
.app-body .ui::after {
border-bottom: 1px solid var(--color-lines);
}
}
@media (prefers-color-scheme: dark) {
@media screen and (max-width:1174px) {
.app-body .ui::after {