Fix toolbar with layout

This commit is contained in:
Johannes Zellner
2020-06-13 23:11:17 +02:00
parent 6876e82d64
commit b49721f514
+7 -2
View File
@@ -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;
}