1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-12-12 10:13:46 +02:00

fix the min height of monitor list

This commit is contained in:
LouisLam 2021-08-05 19:56:20 +08:00
parent dffe3cf8f2
commit 6251f47050

View File

@ -99,7 +99,7 @@ export default {
.list {
margin-top: 25px;
height: auto;
min-height: calc(100vh - 200px);
min-height: calc(100vh - 240px);
.item {
display: block;