mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Added ElegantFin version in Dashboard for debugging purposes
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
/* ElegantFin Theme for Jellyfin by lscambo13 */
|
||||||
|
|
||||||
@import url("https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/round.css");
|
@import url("https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/round.css");
|
||||||
|
|
||||||
* {
|
* {
|
||||||
@@ -709,3 +711,10 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
.paging {
|
.paging {
|
||||||
padding-inline-start: 1em;
|
padding-inline-start: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dashboardFooter::after {
|
||||||
|
content: "ElegantFin v24.12.03";
|
||||||
|
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||||
|
font-size: .6em;
|
||||||
|
opacity: .5;
|
||||||
|
}
|
Reference in New Issue
Block a user