This commit is contained in:
Jam 2024-06-01 07:08:59 +01:00 committed by GitHub
commit e8cbf9d2a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 40 additions and 8 deletions

View File

@ -109,7 +109,21 @@
padding-left: 0% !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 */
.cardContent,
@ -163,14 +177,17 @@
background: var(--main-accent-color) !important;
}
/* Green watched indicator */
.playedIndicator {
background: #409843 !important;
/* background: rgb(64, 152, 67, 0.5) !important; */
background: linear-gradient(to bottom right, rgba(74, 150, 76, 0.5), rgba(32, 139, 35, 0.5)) !important;
}
.countIndicator, .fullSyncIndicator, .mediaSourceIndicator, .playedIndicator {
/* background: rgba(35, 35, 35, 0.5); */
background: linear-gradient(to bottom right, rgba(170, 92, 195, 0.5), rgba(0, 164, 220, 0.5));
backdrop-filter: blur(50px);
}
/* Rounded left drawer buttons */
.navMenuOption,

View File

@ -109,7 +109,21 @@
padding-left: 0% !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 */
.cardContent,
@ -163,14 +177,15 @@
background: var(--main-accent-color) !important;
}
/* Green watched indicator */
.playedIndicator {
background: #409843 !important;
background: linear-gradient(to bottom right, rgba(74, 150, 76, 0.5), rgba(32, 139, 35, 0.5)) !important;
}
.countIndicator, .fullSyncIndicator, .mediaSourceIndicator, .playedIndicator {
background: linear-gradient(to bottom right, rgba(170, 92, 195, 0.5), rgba(0, 164, 220, 0.5));
backdrop-filter: blur(50px);
}
/* Rounded left drawer buttons */
.navMenuOption,