From 4a045ef8c9d724145ccf4f431a74476dbe9710a0 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Tue, 9 Sep 2025 10:31:57 -0700 Subject: [PATCH] Fix: Removed the bottom border from the last row in the credits box --- Theme/ElegantFin-theme-nightly.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index c19e728..cb2182f 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1698,6 +1698,9 @@ progress+span { justify-content: space-between; padding: .5em .9em; align-items: baseline; +} + +.detailsGroupItem:not(:last-child) { border-bottom: var(--defaultBorder); }