From f267a2283bce90a518512ce6278be2887afb52cf Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Thu, 5 Dec 2024 11:58:10 -0800 Subject: [PATCH] Fix: Prevent overflow in Server Info, Episodes, Nav Bar and TV Network sections --- Theme/ElegantFin-theme-nightly.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index c23d3e5..4e95ef8 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -584,6 +584,7 @@ html { .localnav>.emby-button { background: var(--lighterGradientPoint) !important; color: #fff; + padding: .8em .8em; } div[data-role=controlgroup] a.ui-btn-active { @@ -626,6 +627,11 @@ div[data-role=controlgroup] a.ui-btn-active { padding: 1em; } +.serverInfo>:nth-child(2n) { + -webkit-flex: 1 0 60%; + flex: 1 0 60%; +} + .listItemIcon:not(.listItemIcon-transparent) { background-color: var(--lighterGradientPoint) !important; } @@ -803,5 +809,5 @@ div[data-role=controlgroup] a.ui-btn-active { .backdropCard, .bannerCard { - width: 47%; + width: 46%; } \ No newline at end of file