Keep aspect ratio of custom emoji reaction in notification
This commit is contained in:
parent
7ab5ee9cba
commit
db1643b94e
|
@ -0,0 +1 @@
|
|||
Keep aspect ratio of custom emoji reaction in notification
|
|
@ -136,6 +136,7 @@
|
|||
|
||||
.emoji-reaction-emoji-image {
|
||||
vertical-align: middle;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.notification-details {
|
||||
|
|
Loading…
Reference in New Issue