mirror of
https://github.com/caddyserver/caddy.git
synced 2025-05-24 02:02:26 -04: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
@ -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…
x
Reference in New Issue
Block a user