chore: group css and remove duplicate
This commit is contained in:
parent
676a1be4ae
commit
cf67874221
1 changed files with 7 additions and 14 deletions
|
|
@ -29,6 +29,13 @@
|
||||||
background-blend-mode: multiply;
|
background-blend-mode: multiply;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card-withuserdata[data-type="CollectionFolder"] .cardImageContainer.cardContent {
|
||||||
|
filter: contrast(0.85);
|
||||||
|
background-size: cover !important;
|
||||||
|
background-position: 50% !important;
|
||||||
|
background-blend-mode: multiply;
|
||||||
|
}
|
||||||
|
|
||||||
.card-withuserdata[data-type="CollectionFolder"] .cardImageContainer.cardContent::before {
|
.card-withuserdata[data-type="CollectionFolder"] .cardImageContainer.cardContent::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: clamp(1em, max(2.5vh, 2vw), 2.5em);
|
font-size: clamp(1em, max(2.5vh, 2vw), 2.5em);
|
||||||
|
|
@ -137,13 +144,6 @@ div[data-collectiontype="playlists"] .cardImageContainer.cardContent {
|
||||||
background-image: var(--urlPlaylistsCover) !important;
|
background-image: var(--urlPlaylistsCover) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-withuserdata[data-type="CollectionFolder"] .cardImageContainer.cardContent {
|
|
||||||
filter: contrast(0.85);
|
|
||||||
background-size: cover !important;
|
|
||||||
background-position: 50% !important;
|
|
||||||
background-blend-mode: multiply;
|
|
||||||
}
|
|
||||||
|
|
||||||
div[data-collectiontype="movies"] .cardImageContainer.cardContent::before {
|
div[data-collectiontype="movies"] .cardImageContainer.cardContent::before {
|
||||||
content: "Movies";
|
content: "Movies";
|
||||||
}
|
}
|
||||||
|
|
@ -179,10 +179,3 @@ div[data-collectiontype="folders"] .cardImageContainer.cardContent::before {
|
||||||
div[data-collectiontype="playlists"] .cardImageContainer.cardContent::before {
|
div[data-collectiontype="playlists"] .cardImageContainer.cardContent::before {
|
||||||
content: "Playlists";
|
content: "Playlists";
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-withuserdata[data-type="CollectionFolder"] .cardImageContainer.defaultCardBackground {
|
|
||||||
filter: contrast(0.85);
|
|
||||||
background-size: cover !important;
|
|
||||||
background-position: 50% !important;
|
|
||||||
background-blend-mode: multiply;
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue