Fix large icons in vanilla mastomodern

This commit is contained in:
Essem 2023-11-01 17:33:45 -05:00
parent 0868c11651
commit c2033b5a86
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C

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,
@ -4666,4 +4664,4 @@ a:focus-visible,
}
.modal-root__container {
animation: bounceIn 0.7s;
}
}