commit: 336a966a520726ea4c4150d7fcc71125b882caac
parent 7ab5ee9cba99eb675912a0b7ac7a05949cab91f7
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date: Tue, 13 Jun 2023 19:12:19 +0000
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
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/changelog.d/custom-emoji-notif-width.fix b/changelog.d/custom-emoji-notif-width.fix
@@ -0,0 +1 @@
+Keep aspect ratio of custom emoji reaction in notification
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss
@@ -136,6 +136,7 @@
.emoji-reaction-emoji-image {
vertical-align: middle;
+ object-fit: contain;
}
.notification-details {