mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
add small margin to grid
This commit is contained in:
parent
a9919df5af
commit
a783e7071e
|
@ -2896,7 +2896,7 @@ html.d #treepar {
|
|||
@supports (display: grid) {
|
||||
#ggrid {
|
||||
display: grid;
|
||||
margin: unset;
|
||||
margin: 0em 0.25em;
|
||||
padding: unset;
|
||||
grid-template-columns: repeat(auto-fit,var(--grid-sz));
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in a new issue