mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
fix(settings): add some button bottom margin for narrow screens
This commit is contained in:
parent
6d7cb44acc
commit
c26622aa39
1 changed files with 4 additions and 0 deletions
|
@ -446,6 +446,10 @@ export default {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.me-1 {
|
||||
margin-bottom: .25rem;
|
||||
}
|
||||
|
||||
.dark {
|
||||
.list-group-item {
|
||||
background-color: $dark-bg2;
|
||||
|
|
Loading…
Reference in a new issue