From 0abe9c87beeec405591f57938bb6f4bf989c8e48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Fri, 24 Nov 2023 15:50:01 +0100 Subject: [PATCH] Fixed mobile/mid-size header not taking the full-width --- TangerineUI-cherry.css | 8 ++++++++ TangerineUI-purple.css | 8 ++++++++ TangerineUI.css | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 21efe67..5867038 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -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 { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index ce2694b..769847f 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -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 { diff --git a/TangerineUI.css b/TangerineUI.css index fc55b8d..ae6684b 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -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 {