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;
|
6
flake.lock
generated
6
flake.lock
generated
|
@ -2,11 +2,11 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1712388808,
|
"lastModified": 1714314149,
|
||||||
"narHash": "sha256-9ogU4c3vUmuMDoRlbQCeq3OKx0XJmgHcLZ4XywJNYWI=",
|
"narHash": "sha256-yNAevSKF4krRWacmLUsLK7D7PlfuY3zF0lYnGYNi9vQ=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "fe4295b9ecd88764c1abf6179e03b1a828ca0e9a",
|
"rev": "cf8cc1201be8bc71b7cbbbdaf349b22f4f99c7ae",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -75,6 +75,7 @@
|
||||||
./akkoma-fe/0002-move-notifications.patch
|
./akkoma-fe/0002-move-notifications.patch
|
||||||
./akkoma-fe/0003-en_3pp.patch
|
./akkoma-fe/0003-en_3pp.patch
|
||||||
./akkoma-fe/0004-more-copy-buttons.patch
|
./akkoma-fe/0004-more-copy-buttons.patch
|
||||||
|
./akkoma-fe/0005-fix-emoji-widths.patch
|
||||||
];
|
];
|
||||||
patchFlags = "-p1 -F5";
|
patchFlags = "-p1 -F5";
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue