From 781f5caec1496b53edf50d5b07f9a8212bd493ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Fri, 15 Mar 2024 23:20:49 +0100 Subject: [PATCH] Margin fixes --- TangerineUI-cherry.css | 3 +++ TangerineUI-purple.css | 3 +++ TangerineUI.css | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 634f8c0..981803d 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3380,6 +3380,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .column-header > button { padding: 0 0 0 15px; } +.app-body .column-header > button:nth-child(2) { + padding-left: 0; +} .app-body .column-header .column-header__back-button { padding-right: 16px; } diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 451b09d..83dcb64 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3380,6 +3380,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .column-header > button { padding: 0 0 0 15px; } +.app-body .column-header > button:nth-child(2) { + padding-left: 0; +} .app-body .column-header .column-header__back-button { padding-right: 16px; } diff --git a/TangerineUI.css b/TangerineUI.css index a90c356..09471af 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3217,6 +3217,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu ----------------- */ .app-body .tabs-bar__wrapper { background-color: transparent; + box-shadow: inset 0 10px var(--color-bg); } .app-body .column-header__wrapper.active:before { background: none; @@ -3380,6 +3381,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .column-header > button { padding: 0 0 0 15px; } +.app-body .column-header > button:nth-child(2) { + padding-left: 0; +} .app-body .column-header .column-header__back-button { padding-right: 16px; }