mirror of
https://github.com/caddyserver/caddy.git
synced 2026-01-17 01:30:34 +00:00
fileserver: Tweak grid view of browse template
All cells on row have same height. Center-align vertically.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user