Transpose border to GridTile.

This commit is contained in:
Half-Shot
2024-11-01 08:57:35 +00:00
parent 748cc58c3f
commit f54e1e2046
4 changed files with 31 additions and 17 deletions

View File

@@ -90,15 +90,6 @@ unconditionally select the container so we can use cqmin units */
place-items: start;
}
.raisedHandBorder {
border: var(--cpd-space-1x) solid var(--cpd-color-yellow-1200);
}
/* Offset by the size of the border to prevent resizing */
.media:not(.raisedHandBorder) {
margin: var(--cpd-space-1x);
}
.nameTag {
grid-area: nameTag;
padding: var(--cpd-space-1x);