fix: improve search options top margin

This commit is contained in:
Baptiste Grob
2021-03-10 16:47:20 +01:00
parent c2ba11238c
commit 99e26c8270
2 changed files with 4 additions and 1 deletions

View File

@@ -26,8 +26,8 @@
ng-click='self.clearFilterText();',
ng-show='self.state.noteFilter.text'
) ✕
label.sk-panel-row.justify-left.mt-1(
ng-if='self.state.searchIsFocused || self.state.searchOptionsAreFocused'
label.sk-panel-row.justify-left.mt-2(
style="padding-bottom: 0"
)
.sk-horizontal-group.tight

View File

@@ -108,6 +108,9 @@ $screen-md-max: ($screen-lg-min - 1) !default;
.mt-1 {
margin-top: .25rem;
}
.mt-2 {
margin-top: .5rem;
}
.mt-3 {
margin-top: .75rem;
}