1.8.3 - Fix large status buttons in vanilla mastodon

This commit is contained in:
freeplay
2023-11-01 18:57:34 -04:00
parent 8c8be8319e
commit 12748068d7
3 changed files with 17 additions and 9 deletions

View File

@@ -40,6 +40,12 @@ body.app-body.flavour-glitch > #mastodon .collapsed .status__content br {
body.app-body.flavour-glitch > #mastodon .collapsed .status__content::after {
content: unset;
}
body.app-body.flavour-glitch > #mastodon .collapsed .status__action-bar :not(i),
body.app-body.flavour-glitch > #mastodon .collapsed .detailed-status__action-bar :not(i),
body.app-body.flavour-glitch > #mastodon .collapsed .picture-in-picture__footer :not(i) {
height: unset !important;
width: unset !important;
}
body.app-body.flavour-glitch > #mastodon .collapsed.muted .status__content__text ~ * {
display: none;
}