New: Added ElegantFin version in Dashboard for debugging purposes
This commit is contained in:
parent
cc7ff8ce41
commit
e270bb38c8
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue