tachikoma/akkoma-fe/0005-fix-emoji-widths.patch

15 lines
394 B
Diff

diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue
index 074a8eef..15a15633 100644
--- a/src/components/still-image/still-image.vue
+++ b/src/components/still-image/still-image.vue
@@ -63,6 +63,10 @@
}
}
+ &.emoji img, &.reaction-emoji img {
+ width: auto;
+ }
+
.image-type-label {
position: absolute;
top: 0.25em;