projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6335b32
)
fix wide2x emojis within nicknames
author
Dym Sohin
<pleroma-git@dym.sh>
Thu, 9 Jul 2020 09:03:24 +0000
(09:03 +0000)
committer
Dym Sohin
<pleroma-git@dym.sh>
Thu, 9 Jul 2020 09:03:24 +0000
(09:03 +0000)
priv/static/static-fe/static-fe.css
patch
|
blob
|
history
diff --git
a/priv/static/static-fe/static-fe.css
b/priv/static/static-fe/static-fe.css
index db61ff2665ba2aef7f33dbfa8dbf29b7f6cdcba7..7623b98328886cb9fd3ba83a9e5f9adabe7c6ddd 100644
(file)
--- a/
priv/static/static-fe/static-fe.css
+++ b/
priv/static/static-fe/static-fe.css
@@
-181,3
+181,9
@@
img.emoji {
padding: 0;
vertical-align: middle;
}
+
+.display-name img.emoji {
+ width: 16px;
+ height: 16px;
+}
+