From 64da36b3387cd3ccd0d2940d25d97607d7afbdd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Sat, 9 Mar 2024 22:28:23 +0100 Subject: [PATCH] Workaround for #88 --- TangerineUI-cherry.css | 3 ++- TangerineUI-purple.css | 3 ++- TangerineUI.css | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 1e7ef23..b22e394 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3279,7 +3279,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .column-header .column-header__back-button { padding-right: 16px; } -.app-body .column-header :is(> button, .column-header__back-button) { +.app-body .column-header > button, +.app-body .column-header .column-header__back-button { font-weight: bold; } @media screen and (max-width:1174px) { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index ed6e87a..475519b 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3279,7 +3279,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .column-header .column-header__back-button { padding-right: 16px; } -.app-body .column-header :is(> button, .column-header__back-button) { +.app-body .column-header > button, +.app-body .column-header .column-header__back-button { font-weight: bold; } @media screen and (max-width:1174px) { diff --git a/TangerineUI.css b/TangerineUI.css index 1394de5..dfd7d71 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3279,7 +3279,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .column-header .column-header__back-button { padding-right: 16px; } -.app-body .column-header :is(> button, .column-header__back-button) { +.app-body .column-header > button, +.app-body .column-header .column-header__back-button { font-weight: bold; } @media screen and (max-width:1174px) {