style: 💄 Tidied up My Media section

This commit is contained in:
Jam 2024-05-21 10:58:30 +01:00
parent 0e9c9d42c2
commit d844bc60d3
2 changed files with 28 additions and 0 deletions

View File

@ -64,7 +64,21 @@
margin-right: -2% !important; margin-right: -2% !important;
} }
/* Hide 'My Media' title on Homepage */
#indexPage .section0 .sectionTitle {
display: none;
}
/* Centralise the 'My Media (small)' */
#indexPage .section0 .itemsContainer.padded-left.padded-right {
justify-content: center;
padding-top: 15px;
}
#indexPage .section0 .itemsContainer.padded-left.padded-right .emby-button {
background: rgba(35, 35, 35, 0.5);
backdrop-filter: blur(50px);
}
/* Rounded cards */ /* Rounded cards */
.cardContent, .cardContent,

View File

@ -64,7 +64,21 @@
margin-right: -2% !important; margin-right: -2% !important;
} }
/* Hide 'My Media' title on Homepage */
#indexPage .section0 .sectionTitle {
display: none;
}
/* Centralise the 'My Media (small)' */
#indexPage .section0 .itemsContainer.padded-left.padded-right {
justify-content: center;
padding-top: 15px;
}
#indexPage .section0 .itemsContainer.padded-left.padded-right .emby-button {
background: rgba(35, 35, 35, 0.5);
backdrop-filter: blur(50px);
}
/* Rounded cards */ /* Rounded cards */
.cardContent, .cardContent,