mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 07:02:28 -06:00
simplify style and make gaps equal size
This commit is contained in:
parent
c2a2c0ecf1
commit
f5619ae6c7
|
@ -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