From b33f87a2a4ca1bd20219456cb10cb9b32cc84282 Mon Sep 17 00:00:00 2001 From: Freeplay Date: Sat, 6 Dec 2025 21:23:13 -0500 Subject: [PATCH] 2.1.4 - Fix unable to click in authorization page --- modern.css | 2 +- modern.user.css | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/modern.css b/modern.css index a74ad68..bcdbf9e 100644 --- a/modern.css +++ b/modern.css @@ -27,7 +27,7 @@ body { font-display: swap !important; } -body:not(.admin)::before { +body.app-body::before { content: ""; position: fixed; inset: 0; diff --git a/modern.user.css b/modern.user.css index a046d34..e1e6a30 100644 --- a/modern.user.css +++ b/modern.user.css @@ -12,7 +12,7 @@ /* ==UserStyle== @name MastoModern -@version 2.1.3 +@version 2.1.4 @description Improves the look & feel of Mastodon @updateURL https://git.gay/Freeplay/Mastodon-Modern/raw/branch/main/modern.user.css @homepageURL https://git.gay/Freeplay/Mastodon-Modern @@ -103,11 +103,12 @@ body { font-display swap !important if !flatterUI { - &:not(.admin)::before { + &.app-body::before { content "" position fixed inset 0 background rgba(0,0,0,0.09) + pointer-events none } } }