From f7d2f402fd0d4523655a84ccc7922d135fc587d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nile=CC=81ane?= Date: Fri, 23 Aug 2024 18:56:14 +0200 Subject: [PATCH] Fixed: Publish button was missing from the mobile layout --- TangerineUI-cherry.css | 2 ++ TangerineUI-lagoon.css | 2 ++ TangerineUI-purple.css | 2 ++ TangerineUI.css | 2 ++ 4 files changed, 8 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 076e2a1..a6befb1 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3585,6 +3585,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu position: fixed; inset-inline-start: 0; inset-inline-end: 0; + -webkit-backdrop-filter: none; + backdrop-filter: none; } .app-body:not(.layout-multiple-columns) .ui__header .ui__header__logo { margin-left: 3px; diff --git a/TangerineUI-lagoon.css b/TangerineUI-lagoon.css index 28ef02f..264de3c 100644 --- a/TangerineUI-lagoon.css +++ b/TangerineUI-lagoon.css @@ -3585,6 +3585,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu position: fixed; inset-inline-start: 0; inset-inline-end: 0; + -webkit-backdrop-filter: none; + backdrop-filter: none; } .app-body:not(.layout-multiple-columns) .ui__header .ui__header__logo { margin-left: 3px; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 7057158..52ccf4c 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3585,6 +3585,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu position: fixed; inset-inline-start: 0; inset-inline-end: 0; + -webkit-backdrop-filter: none; + backdrop-filter: none; } .app-body:not(.layout-multiple-columns) .ui__header .ui__header__logo { margin-left: 3px; diff --git a/TangerineUI.css b/TangerineUI.css index 21afbad..6746653 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3585,6 +3585,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu position: fixed; inset-inline-start: 0; inset-inline-end: 0; + -webkit-backdrop-filter: none; + backdrop-filter: none; } .app-body:not(.layout-multiple-columns) .ui__header .ui__header__logo { margin-left: 3px;