mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
try using grids for the.. grids
This commit is contained in:
parent
fcc4296040
commit
a257ccc8b3
|
@ -2893,3 +2893,12 @@ html.d #treepar {
|
|||
margin-top: 1.7em;
|
||||
}
|
||||
}
|
||||
@supports (display: grid) {
|
||||
#ggrid {
|
||||
display: grid;
|
||||
margin: unset;
|
||||
padding: unset;
|
||||
grid-template-columns: repeat(auto-fit,225px);
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue