From c52f78880610c03efc3a66e4db679c2d7de345e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nile=CC=81ane?= Date: Mon, 8 Apr 2024 19:10:13 +0200 Subject: [PATCH] Maintain logo alignment on mobile --- TangerineUI-cherry.css | 1 + TangerineUI-purple.css | 1 + TangerineUI.css | 1 + 3 files changed, 3 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 0ad2aa1..ff99a79 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3770,6 +3770,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .column-link.column-link--logo, .app-body .ui__header__logo { display: inline-flex; + flex-grow: unset; padding: 0; border: 0; width: 50px; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 62d9449..3c3ac5b 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3770,6 +3770,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .column-link.column-link--logo, .app-body .ui__header__logo { display: inline-flex; + flex-grow: unset; padding: 0; border: 0; width: 50px; diff --git a/TangerineUI.css b/TangerineUI.css index d23212d..e957949 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3770,6 +3770,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .column-link.column-link--logo, .app-body .ui__header__logo { display: inline-flex; + flex-grow: unset; padding: 0; border: 0; width: 50px;