Keep aspect ratio of custom emoji reaction in notification

This commit is contained in:
tusooa 2023-06-13 15:06:46 -04:00
parent 7ab5ee9cba
commit db1643b94e
No known key found for this signature in database
GPG Key ID: 42AEC43D48433C51
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
Keep aspect ratio of custom emoji reaction in notification

View File

@ -136,6 +136,7 @@
.emoji-reaction-emoji-image {
vertical-align: middle;
object-fit: contain;
}
.notification-details {