use flexbox for appstore toolbar
This commit is contained in:
@@ -972,45 +972,13 @@ multiselect {
|
||||
}
|
||||
|
||||
.appstore-toolbar {
|
||||
padding: 15px 0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 5px;
|
||||
margin: auto;
|
||||
max-width: 1400px;
|
||||
padding: 15px 10px;
|
||||
background: transparent;
|
||||
margin: 0 15px;
|
||||
|
||||
.appstore-toolbar-content {
|
||||
display: flex;
|
||||
margin: auto;
|
||||
max-width: 1400px;
|
||||
|
||||
> * {
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
// > input {
|
||||
// margin: 0 10px;
|
||||
// margin-right: 15px;
|
||||
// }
|
||||
|
||||
// > button, > .dropdown > .btn {
|
||||
// border-radius: 0;
|
||||
// display: inline-block;
|
||||
// }
|
||||
|
||||
// > button:first-of-type {
|
||||
// margin-left: 5px;
|
||||
// }
|
||||
|
||||
// @media(max-width:768px) {
|
||||
// flex-wrap: wrap;
|
||||
|
||||
// > input {
|
||||
// margin: 0;
|
||||
// }
|
||||
|
||||
// > button, > .dropdown {
|
||||
// display: none;
|
||||
// }
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
.appstore-grid {
|
||||
|
||||
Reference in New Issue
Block a user