Apply jdd-no-gap to subgrid as well

This commit is contained in:
Kuba Orlik 2026-08-10 18:27:35 +02:00
parent 771a5fb790
commit 89d91b1a4d

View File

@ -1,3 +1,4 @@
/* stylelint-disable no-descending-specificity */
* {
box-sizing: border-box;
}
@ -104,6 +105,16 @@ body {
& > * {
grid-column: content;
}
& > .jdd-no-gap {
margin-bottom: calc(-1 * var(--row-gap));
margin-top: calc(-1 * var(--row-gap));
&:first-child,
& + & {
margin-top: 0;
}
}
}
.delete-button {