From e18d8eb471dfd34819cc741f33fe23c6a304d2d9 Mon Sep 17 00:00:00 2001 From: ayaka Date: Fri, 5 Apr 2024 00:35:14 +1300 Subject: [PATCH] fix style --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 95ad789..f23a1a7 100644 --- a/static/style.css +++ b/static/style.css @@ -1209,6 +1209,10 @@ a.search_subreddit:hover { min-width: 0; } +.comment_right img { + width: 50%; +} + .comment_data > * { margin-right: 5px; }