Fix toolbar with layout
This commit is contained in:
+7
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user