mirror of
https://git.gay/freeplay/Mastodon-Modern.git
synced 2026-01-15 08:22:57 -03:00
2.1.4 - Fix unable to click in authorization page
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
body {
|
body {
|
||||||
font-display: swap !important;
|
font-display: swap !important;
|
||||||
}
|
}
|
||||||
body:not(.admin)::before {
|
body.app-body::before {
|
||||||
content: "";
|
content: "";
|
||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
/* ==UserStyle==
|
/* ==UserStyle==
|
||||||
@name MastoModern
|
@name MastoModern
|
||||||
@version 2.1.3
|
@version 2.1.4
|
||||||
@description Improves the look & feel of Mastodon
|
@description Improves the look & feel of Mastodon
|
||||||
@updateURL https://git.gay/Freeplay/Mastodon-Modern/raw/branch/main/modern.user.css
|
@updateURL https://git.gay/Freeplay/Mastodon-Modern/raw/branch/main/modern.user.css
|
||||||
@homepageURL https://git.gay/Freeplay/Mastodon-Modern
|
@homepageURL https://git.gay/Freeplay/Mastodon-Modern
|
||||||
@@ -103,11 +103,12 @@
|
|||||||
body {
|
body {
|
||||||
font-display swap !important
|
font-display swap !important
|
||||||
if !flatterUI {
|
if !flatterUI {
|
||||||
&:not(.admin)::before {
|
&.app-body::before {
|
||||||
content ""
|
content ""
|
||||||
position fixed
|
position fixed
|
||||||
inset 0
|
inset 0
|
||||||
background rgba(0,0,0,0.09)
|
background rgba(0,0,0,0.09)
|
||||||
|
pointer-events none
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user