Fix: Simplified multi-selection outlines and fixed incorrect height in backdrop cards

This commit is contained in:
lscambo13
2025-07-29 15:32:51 +05:30
parent 88388f5807
commit 62aeb6986e

View File

@@ -1852,7 +1852,7 @@ progress+span {
height: calc(100% - 1.75em);
}
div[data-isfolder="true"] .cardText-first+.itemSelectionPanel>.checkboxContainer {
.overflowBackdropCard .cardText-first+.itemSelectionPanel>.checkboxContainer {
height: calc(100% - 0em);
}
@@ -1879,10 +1879,7 @@ div[data-isfolder="true"] .cardText-first+.itemSelectionPanel>.checkboxContainer
height: calc(100% - 3em);
}
.cardFooter+.itemSelectionPanel>.checkboxContainer {
height: calc(100% - 3.75em);
}
.cardFooter+.itemSelectionPanel>.checkboxContainer,
.cardScalable+.itemSelectionPanel>.checkboxContainer {
height: calc(100% - 0em);
}