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