Apply jdd-no-gap to subgrid as well
This commit is contained in:
parent
771a5fb790
commit
89d91b1a4d
11
src/main.css
11
src/main.css
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user