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;
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user