Dev: Start versioning

This commit is contained in:
lscambo13
2024-12-03 13:38:01 -08:00
parent e270bb38c8
commit 7b3f03fb0f

View File

@@ -1,3 +1,5 @@
/* ElegantFin Theme for Jellyfin by lscambo13 */
@import url("https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/round.css");
* {
@@ -391,7 +393,8 @@ html {
align-items: flex-end !important;
}
.innerCardFooter,.chapterThumbTextContainer {
.innerCardFooter,
.chapterThumbTextContainer {
background: transparent;
/* display: flex; */
font-weight: 500;
@@ -587,7 +590,8 @@ html {
margin: .5em 1em !important;
}
.listItem:hover,.navMenuOption:hover {
.listItem:hover,
.navMenuOption:hover {
background: rgba(255, 255, 255, 0.125);
border-radius: .8em;
}
@@ -635,3 +639,10 @@ html {
.listItem-border {
border-color: transparent !important;
}
.dashboardFooter::after {
content: "ElegantFin v24.12.01";
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: .6em;
opacity: .5;
}