Merge branch 'tusooa/custom-emoji-notif-width' into 'develop'

Keep aspect ratio of custom emoji reaction in notification

See merge request pleroma/pleroma-fe!1839
This commit is contained in:
HJ 2023-06-13 19:12:19 +00:00
commit 336a966a52
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 {