From 15afb1f3ddfeb9536e924bf38c2f6eb5343f9d70 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Tue, 17 Dec 2024 09:52:40 -0800 Subject: [PATCH] Fix: Adjusted the main title margins in media page to avoid unnecessary overflows --- Theme/ElegantFin-theme-nightly.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 43ef0e0..76f66fc 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -958,4 +958,12 @@ div[data-role=controlgroup] a.ui-btn-active { .emby-input:focus, .emby-textarea:focus { border-color: #c1c1c1 !important; +} + +.layout-mobile [dir=ltr] .infoWrapper { + padding-left: 35.5%; +} + +[dir=ltr] .mediaInfoItem { + margin: 0 .9em 0 0; } \ No newline at end of file