From 16cd024ddb2abb469221cdec479c14b75a94a53f Mon Sep 17 00:00:00 2001 From: Ralf Lang Date: Mon, 18 May 2026 10:33:10 +0200 Subject: [PATCH] style: constrain tag list icon size to 16px Lucide icons are 48px PNGs; without explicit dimensions they render oversized in the tag browsing/related sections. --- themes/default/screen.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/default/screen.css b/themes/default/screen.css index 1f622d3b..81fa99d7 100644 --- a/themes/default/screen.css +++ b/themes/default/screen.css @@ -106,6 +106,12 @@ padding-bottom: 12px; padding-left: 5px; } +.nag-tags-related img, +.nag-tags-browsing img { + width: 16px; + height: 16px; + vertical-align: middle; +} .horde-tags li a img { padding-left: 5px;