Handle mobile header layout when logged out
This commit is contained in:
parent
d189386a47
commit
f7e9bd0d73
3 changed files with 15 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue