diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 5867038..2533f9c 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -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; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 769847f..8c50169 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -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; diff --git a/TangerineUI.css b/TangerineUI.css index ae6684b..0295853 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -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;