mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user