Copy CSS files to installation folder
This commit is contained in:
parent
0abe9c87be
commit
d189386a47
3 changed files with 24 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue