From e253ea8f73c7aca50ea9017998381b57c63bed1a Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Wed, 11 Dec 2024 09:09:59 -0800 Subject: [PATCH] Fix: Hide border in details table if it is empty Fix: Hide overflowing bottom border seen sometimes in episode page --- Theme/ElegantFin-theme-nightly.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index d44d338..b5fa0b9 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -377,7 +377,10 @@ html { } .itemDetailsGroup { - border: solid var(--borderColor) 1px; + outline: 1px solid var(--borderColor); + outline-offset: -1px; + overflow: hidden; + /* border: solid var(--borderColor) 1px; */ margin-top: 1.5em; border-radius: .5em; /* margin: .5em 1em; */