diff options
author | r <r@freesoftwareextremist.com> | 2024-06-17 15:19:03 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2024-06-17 15:19:03 +0000 |
commit | 51d6ff26fe224444b921b5b1f367f15782cf84d3 (patch) | |
tree | 606073ebff44c925e3f07b9c5787f8c3c72603a8 | |
parent | a442fc2b94e33346aadb74294587282710786f75 (diff) | |
download | bloat-51d6ff26fe224444b921b5b1f367f15782cf84d3.tar.gz bloat-51d6ff26fe224444b921b5b1f367f15782cf84d3.zip |
Add missing width property for display name emojis
-rw-r--r-- | static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 1f266d0..985ef5c 100644 --- a/static/style.css +++ b/static/style.css @@ -351,6 +351,7 @@ img.emoji { .retweet-info>.status-dname img.emoji { height: 16px; + width: 16px; min-height: 16px; min-width: 16px; } |