akkoma-fe: add 0005, fix emoji widths for webkit

This commit is contained in:
41666 2024-04-30 15:40:33 -04:00
parent 8dcd9cf3c9
commit a07d3734fb
3 changed files with 19 additions and 3 deletions

View file

@ -0,0 +1,15 @@
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;