fileserver: Tweak grid view of browse template

All cells on row have same height.
Center-align vertically.
This commit is contained in:
Matthew Holt 2023-07-17 11:18:40 -06:00
parent 27bc16abed
commit 4e36b4c9d1
No known key found for this signature in database
GPG Key ID: 2A349DD577D586A5
1 changed files with 0 additions and 2 deletions

View File

@ -549,8 +549,6 @@ td .go-up {
.grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(16em, 1fr));
justify-items: center;
align-items: start;
gap: 2px;
}