mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 04:32:26 -06:00
let the gallery grid display up to the edge of the screen
This commit is contained in:
parent
c768a854e3
commit
c4410c4c46
|
|
@ -3399,7 +3399,7 @@ html.d #treepar {
|
|||
@supports (display: grid) and (gap: 1em) {
|
||||
#ggrid {
|
||||
display: grid;
|
||||
margin: 0em 0.25em;
|
||||
margin: 0em -0.25em;
|
||||
padding: unset;
|
||||
grid-template-columns: repeat(auto-fit,var(--grid-sz));
|
||||
justify-content: center;
|
||||
|
|
|
|||
Loading…
Reference in a new issue