mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
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;
|
||||
margin: 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;
|
||||
gap: 1em;
|
||||
}
|
||||
|
||||
#ggrid > a {
|
||||
margin: unset;
|
||||
padding: unset;
|
||||
}
|
||||
|
||||
#ggrid>a>span {
|
||||
text-align: center;
|
||||
padding: 0.2em;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue