fix(settings): add some button bottom margin for narrow screens

pull/392/head
Bert Verhelst 2021-09-12 13:40:07 +02:00
parent 6d7cb44acc
commit c26622aa39
1 changed files with 4 additions and 0 deletions

View File

@ -446,6 +446,10 @@ export default {
color: #fff;
}
.me-1 {
margin-bottom: .25rem;
}
.dark {
.list-group-item {
background-color: $dark-bg2;