Fixed mobile/mid-size header not taking the full-width

This commit is contained in:
Niléane 2023-11-24 15:50:01 +01:00
commit 0abe9c87be
No known key found for this signature in database
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 {