From f8ee5caf6aec156f298f64634ccdaa284f4fe0c9 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Thu, 23 Jan 2025 08:51:05 -0800 Subject: [PATCH] Fix: Read icon looked a bit large in mini buttons --- Theme/ElegantFin-theme-nightly.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index e1b7457..02b614f 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1130,6 +1130,7 @@ div[data-isfolder="true"] .cardText-first+.itemSelectionPanel>.checkboxContainer div[data-type="Book"] .play_arrow:before { content: "\f53b"; + font-size: 85%; } div[data-type="Photo"] .play_arrow:before {