From 10e4e514bf23f161f6d1b746aba625d1bd4947b6 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 10 May 2025 12:45:40 -0700 Subject: [PATCH] Fix: Placed the list buttons horizontally on desktop --- Theme/ElegantFin-theme-nightly.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 0cb3b07..fec10fa 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -279,11 +279,17 @@ html { } .listViewUserDataButtons { + /* flex-direction: column; */ + font-size: small; +} + +.layout-mobile .listViewUserDataButtons { flex-direction: column; font-size: x-small; } .listItem-largeImage[data-type="Episode"] .listViewUserDataButtons { + flex-direction: column; font-size: small; }