Handle mobile header layout when logged out

This commit is contained in:
Niléane 2023-11-24 16:09:38 +01:00
commit f7e9bd0d73
No known key found for this signature in database
3 changed files with 15 additions and 0 deletions

View file

@ -2102,6 +2102,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
left: 50%;
transform: translateX(-50%);
}
.app-body .ui__header:has(.ui__header__links > a[href="/auth/sign_in"]) .ui__header__logo {
position: static;
transform: none;
margin-left: 3px;
}
.app-body .tabs-bar__wrapper {
box-shadow: none;
display: block;