Update to mastomodern upstream

This commit is contained in:
Essem 2023-11-01 22:42:03 -05:00
parent c2033b5a86
commit 1b64242fa5
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
3 changed files with 16 additions and 3 deletions

View file

@ -65,6 +65,21 @@ 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

View file

@ -2652,8 +2652,6 @@ a:focus-visible,
#mastodon .status__action-bar :not(i),
#mastodon .detailed-status__action-bar :not(i),
#mastodon .picture-in-picture__footer :not(i) {
height: unset !important;
width: unset !important;
pointer-events: all;
}
#mastodon .status__action-bar .icon-button,

View file

@ -4664,4 +4664,4 @@ a:focus-visible,
}
.modal-root__container {
animation: bounceIn 0.7s;
}
}