use flexbox for appstore toolbar

This commit is contained in:
Johannes Zellner
2024-10-15 17:47:59 +02:00
parent 6e12d06343
commit e6232189e7
2 changed files with 30 additions and 66 deletions

View File

@@ -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 {