From 51d6ff26fe224444b921b5b1f367f15782cf84d3 Mon Sep 17 00:00:00 2001 From: r Date: Mon, 17 Jun 2024 15:19:03 +0000 Subject: Add missing width property for display name emojis --- static/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static') 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; } -- cgit v1.2.3