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.
This commit is contained in:
lscambo13
2025-08-22 13:04:19 -07:00
parent 10900884e7
commit 72cc664480

View File

@@ -182,10 +182,15 @@ html {
transition: transform 50ms; transition: transform 50ms;
} }
#myPreferencesMenuPage>div:after,
.dashboardFooter::after { .dashboardFooter::after {
content: var(--elegantFinFooterText); content: var(--elegantFinFooterText);
font-size: .8em; font-size: .8em;
color: #4e4e60; color: var(--borderColor);
display: inline-grid;
width: -webkit-fill-available;
justify-content: center;
font-weight: 600;
} }
::selection { ::selection {