mirror of
https://github.com/9001/copyparty.git
synced 2026-03-15 20:53:06 +10:00
make grid items scale properly at different zoom levels
This commit is contained in:
@@ -2898,7 +2898,7 @@ html.d #treepar {
|
||||
display: grid;
|
||||
margin: 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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user