From 72cc66448058ef84a0e5f445e063728fb51f0abc Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Fri, 22 Aug 2025 13:04:19 -0700 Subject: [PATCH] New: ElegantFin version number is now also visible in the Settings page for future compatibility and its visibility on TVs dev: TVs don't have Dashboard settings, so TV users were unable to check the version they were running. Also, in future dashboard theming might not be allowed, so I needed a different place to show the version number for debugging purposes. --- Theme/ElegantFin-theme-nightly.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 028f096..15e6b8c 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -182,10 +182,15 @@ html { transition: transform 50ms; } +#myPreferencesMenuPage>div:after, .dashboardFooter::after { content: var(--elegantFinFooterText); font-size: .8em; - color: #4e4e60; + color: var(--borderColor); + display: inline-grid; + width: -webkit-fill-available; + justify-content: center; + font-weight: 600; } ::selection {