mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-27 06:03:48 +03:00
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
1 changed files with 0 additions and 2 deletions
|
@ -549,8 +549,6 @@ td .go-up {
|
||||||
.grid {
|
.grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(16em, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(16em, 1fr));
|
||||||
justify-items: center;
|
|
||||||
align-items: start;
|
|
||||||
gap: 2px;
|
gap: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue