From 19d1a933998443fdbc3519dc8889e3f3cf50980a Mon Sep 17 00:00:00 2001 From: Freeplay Date: Sun, 24 Mar 2024 16:28:52 -0400 Subject: [PATCH] 1.10.5 - hotfix --- modern.css | 5 ++++- modern.user.css | 10 ++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/modern.css b/modern.css index 252165a..3c5e273 100644 --- a/modern.css +++ b/modern.css @@ -2225,6 +2225,9 @@ a:focus-visible, overflow: hidden; text-overflow: ellipsis; } +#mastodon .status__prepend + .status:not(.status-direct) { + padding-top: 0; +} #mastodon .notification .status .status__info { margin-top: 0px !important; } @@ -2480,7 +2483,7 @@ a:focus-visible, .detailed-status__wrapper-direct .status__content { font-size: 17px; } -#mastodon .status__wrapper:not(.detailed-status__wrapper-direct) .status__prepend { +#mastodon .status__wrapper-direct:not(.detailed-status__wrapper-direct) .status__prepend { position: absolute; font-size: 0; opacity: 0; diff --git a/modern.user.css b/modern.user.css index 9beab22..8eefb5b 100644 --- a/modern.user.css +++ b/modern.user.css @@ -5,11 +5,14 @@ // textbox in the left panel following this format: // *://domain.tld/* - + /* Update 1.10.4 FOR ADMINS: Do not update until the version with the new design releases, unless you're on a nightly version with the design already in use. - Fixes for Mastodon's bordered design + +1.10.5, hotfix +- Fix status context's */ /* ==UserStyle== @@ -1615,6 +1618,9 @@ unless you're on a nightly version with the design already in use. text-overflow ellipsis } } + & + .status:not(.status-direct) { + padding-top 0 + } } .notification .status { //padding-top 0 @@ -1872,7 +1878,7 @@ unless you're on a nightly version with the design already in use. } } } - .status__wrapper:not(.detailed-status__wrapper-direct) { + .status__wrapper-direct:not(.detailed-status__wrapper-direct) { .status__prepend { position absolute font-size 0