mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-20 13:14:45 -05:00
Fix: Update monitor-list height (#3444)
This commit is contained in:
parent
688f23035b
commit
66cfbd02c3
@ -436,12 +436,12 @@ optgroup {
|
|||||||
.monitor-list {
|
.monitor-list {
|
||||||
&.scrollbar {
|
&.scrollbar {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
height: calc(100% - 65px);
|
height: calc(100% - 107px);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 770px) {
|
@media (max-width: 770px) {
|
||||||
&.scrollbar {
|
&.scrollbar {
|
||||||
height: calc(100% - 40px);
|
height: calc(100% - 97px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user