From 8a1fda5a8561aa4edf8c8b5790863ac9c2c9591f Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 15 Jun 2024 10:24:33 +0800 Subject: [PATCH] Prevent flash of post page --- src/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.css b/src/app.css index a00d7a6d..089a11a4 100644 --- a/src/app.css +++ b/src/app.css @@ -1510,6 +1510,7 @@ body:has(.media-modal-container + .status-deck) .media-post-link { .media-modal-container + .status-deck { /* display: none; */ position: absolute; + right: 0; z-index: -1; pointer-events: none; user-select: none;