akkoma-fe: add 0005, fix emoji widths for webkit
This commit is contained in:
parent
8dcd9cf3c9
commit
a07d3734fb
3 changed files with 19 additions and 3 deletions
15
akkoma-fe/0005-fix-emoji-widths.patch
Normal file
15
akkoma-fe/0005-fix-emoji-widths.patch
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue