mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 11:35:15 +08:00
Added clean monitor table for smaller screens
This commit is contained in:
@@ -80,6 +80,12 @@ h2 {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 550px) {
|
||||
tbody .shadow-box {
|
||||
background-color: white;
|
||||
}
|
||||
}
|
||||
|
||||
// Dark Theme override here
|
||||
.dark {
|
||||
background-color: #090C10;
|
||||
@@ -192,6 +198,12 @@ h2 {
|
||||
.multiselect__option--selected {
|
||||
background-color: $dark-bg;
|
||||
}
|
||||
|
||||
@media (max-width: 550px) {
|
||||
tbody .shadow-box {
|
||||
background-color: $dark-bg2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user