simplify style and make gaps equal size
This commit is contained in:
parent
348ec71398
commit
c4c964a685
@ -2898,7 +2898,18 @@ html.d #treepar {
|
|||||||
display: grid;
|
display: grid;
|
||||||
margin: unset;
|
margin: unset;
|
||||||
padding: unset;
|
padding: unset;
|
||||||
grid-template-columns: repeat(auto-fit,calc(var(--grid-sz) + 1.7em));
|
grid-template-columns: repeat(auto-fit,var(--grid-sz));
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
gap: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#ggrid > a {
|
||||||
|
margin: unset;
|
||||||
|
padding: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
#ggrid>a>span {
|
||||||
|
text-align: center;
|
||||||
|
padding: 0.2em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user