From 4479a109b36e24b2d90740db5396a6034710eb98 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 6 Dec 2024 08:22:23 +0100 Subject: [PATCH] fix: Refines badge image styling Adjusts CSS selector for badge images to enhance layout control. Ensures badge images maintain consistent size across different elements. --- src/wikimore/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wikimore/static/css/style.css b/src/wikimore/static/css/style.css index 387f06d..b21d546 100644 --- a/src/wikimore/static/css/style.css +++ b/src/wikimore/static/css/style.css @@ -1317,6 +1317,6 @@ Currently blocked by implementation of comments retrieval in the backend outline: none; } -.badge { +.badge > img { max-height: 1em; } \ No newline at end of file