2024-12-31, 10:45 PM
(This post was last modified: 2024-12-31, 10:46 PM by _Mayhem_. Edited 1 time in total.)
https://github.com/SalvaChiLlo/JellyfinTheme with library icons I stole from somewhere online.
I have a custom logo and the library wrap too
Custom logo at the top:
.adminDrawerLogo img { content: url(https:// MY PNG HERE ) !important; } imgLogoIcon { content: url(https:// MY PNG HERE ) !important; } .pageTitleWithLogo { background-image: url(https:// MY PNG HERE) !important; }
Followed by the wrap:
.section0 .itemsContainer {
flex-wrap: wrap;
}
I have a custom logo and the library wrap too
Custom logo at the top:
.adminDrawerLogo img { content: url(https:// MY PNG HERE ) !important; } imgLogoIcon { content: url(https:// MY PNG HERE ) !important; } .pageTitleWithLogo { background-image: url(https:// MY PNG HERE) !important; }
Followed by the wrap:
.section0 .itemsContainer {
flex-wrap: wrap;
}
[Jellyfin Docker ~ TerraMaster F2-221]