Restructure project: use base.css + modules approach like example

This commit is contained in:
2026-02-17 09:44:25 +03:00
parent 308e480307
commit 2db5eddfb4
19 changed files with 1959 additions and 1167 deletions

View File

@@ -0,0 +1,17 @@
/*
This module will hide the "My Media" section from the Jellyfin homepage.
This is useful if you want an even more minimalistic homepage.
This can be used as a standalone module.
*/
#indexPage .section0 .sectionTitle {
display: none;
}
#indexPage .section0 {
padding-top: 1em;
}
#indexPage .verticalSection.section0 {
padding-top: 3em;
}