diff --git a/src/theme.scss b/src/theme.scss index 47ed5fe2a..b4d1be3a4 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -708,7 +708,7 @@ multiselect { background: $body-bg; z-index: 2; padding-top: 20px; - padding-bottom: 10px; + padding-bottom: 15px; // below to not hide the scrollbar partly width: calc(100% - 20px); @@ -721,6 +721,7 @@ multiselect { > input { margin: 0 10px; + margin-right: 15px; } > button, > .dropdown > .btn { @@ -728,6 +729,10 @@ multiselect { display: inline-block; } + > button:first-of-type { + margin-left: 5px; + } + @media(max-width:768px) { flex-wrap: wrap; @@ -744,7 +749,7 @@ multiselect { .appstore-grid { margin: auto; - margin-top: 50px; + margin-top: 65px; width: 100%; max-width: 900px; }