mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Made the cast cards round
Fix: Made their multiselect overlay round too Fix: Centered their default inside icon that is rarely visible
This commit is contained in:
@@ -186,6 +186,11 @@ html {
|
|||||||
transition: transform 125ms;
|
transition: transform 125ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#castCollapsible .cardScalable {
|
||||||
|
aspect-ratio: 1 / 1;
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
.layout-mobile .cardScalable {
|
.layout-mobile .cardScalable {
|
||||||
border: var(--defaultBorder) !important;
|
border: var(--defaultBorder) !important;
|
||||||
}
|
}
|
||||||
@@ -1381,6 +1386,19 @@ div[data-isfolder="true"] .cardText-first+.itemSelectionPanel>.checkboxContainer
|
|||||||
border-radius: var(--largeRadius) !important;
|
border-radius: var(--largeRadius) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#castCollapsible .checkboxContainer .emby-checkbox:checked+span+.checkboxOutline.multiSelectCheckboxOutline {
|
||||||
|
border-radius: 50% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cardPadder {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cardPadder .cardImageIcon {
|
||||||
|
position: unset;
|
||||||
|
transform: translateY(50%) translateX(0);
|
||||||
|
}
|
||||||
|
|
||||||
.cardText-secondary+.itemSelectionPanel>.checkboxContainer,
|
.cardText-secondary+.itemSelectionPanel>.checkboxContainer,
|
||||||
.cardText.cardTextCentered:not(.cardText-secondary, .cardText-first)+.itemSelectionPanel>.checkboxContainer {
|
.cardText.cardTextCentered:not(.cardText-secondary, .cardText-first)+.itemSelectionPanel>.checkboxContainer {
|
||||||
height: calc(100% - 3em);
|
height: calc(100% - 3em);
|
||||||
|
Reference in New Issue
Block a user