mirror of https://github.com/caddyserver/caddy.git
fileserver: Tweak grid view of browse template
All cells on row have same height. Center-align vertically.
This commit is contained in:
parent
27bc16abed
commit
4e36b4c9d1
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue