mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Simplified multi-selection outlines and fixed incorrect height in backdrop cards
This commit is contained in:
@@ -1852,7 +1852,7 @@ progress+span {
|
|||||||
height: calc(100% - 1.75em);
|
height: calc(100% - 1.75em);
|
||||||
}
|
}
|
||||||
|
|
||||||
div[data-isfolder="true"] .cardText-first+.itemSelectionPanel>.checkboxContainer {
|
.overflowBackdropCard .cardText-first+.itemSelectionPanel>.checkboxContainer {
|
||||||
height: calc(100% - 0em);
|
height: calc(100% - 0em);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1879,10 +1879,7 @@ div[data-isfolder="true"] .cardText-first+.itemSelectionPanel>.checkboxContainer
|
|||||||
height: calc(100% - 3em);
|
height: calc(100% - 3em);
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardFooter+.itemSelectionPanel>.checkboxContainer {
|
.cardFooter+.itemSelectionPanel>.checkboxContainer,
|
||||||
height: calc(100% - 3.75em);
|
|
||||||
}
|
|
||||||
|
|
||||||
.cardScalable+.itemSelectionPanel>.checkboxContainer {
|
.cardScalable+.itemSelectionPanel>.checkboxContainer {
|
||||||
height: calc(100% - 0em);
|
height: calc(100% - 0em);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user