From e860fa99faa1d97f70c079ffe2fc1edc0ae46177 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 8 May 2023 22:41:21 +0800 Subject: [PATCH] Fix compose button not hiding for other pages --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index 34f04e0a..3fa6d3ea 100644 --- a/src/app.css +++ b/src/app.css @@ -1171,7 +1171,7 @@ body:has(.media-modal-container + .status-deck) .media-post-link { 0 10px 36px -4px var(--button-bg-blur-color); transition: all 0.3s ease-in-out; } -#home-page:has(header[hidden]) ~ #compose-button, +.deck-container:has(header[hidden]) ~ #compose-button, #compose-button[hidden] { transform: translateY(200%); pointer-events: none;