mirror of
https://github.com/9001/copyparty.git
synced 2025-10-01 06:02:27 -06:00
make grid items scale properly at different zoom levels
This commit is contained in:
parent
a257ccc8b3
commit
348ec71398
|
@ -2898,7 +2898,7 @@ html.d #treepar {
|
||||||
display: grid;
|
display: grid;
|
||||||
margin: unset;
|
margin: unset;
|
||||||
padding: unset;
|
padding: unset;
|
||||||
grid-template-columns: repeat(auto-fit,225px);
|
grid-template-columns: repeat(auto-fit,calc(var(--grid-sz) + 1.7em));
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue