mobile fixes for search and filter bar

This commit is contained in:
Johannes Zellner
2024-10-07 16:48:31 +02:00
parent 8894ec3019
commit f96ae1a1de
2 changed files with 18 additions and 6 deletions
+16 -4
View File
@@ -184,13 +184,25 @@ html, body {
}
.view-header-filter-bar {
text-align: right;
padding-right: 20px;
padding-left: 15px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
@media(min-width:768px) {
.view-header-filter-bar {
justify-content: right;
}
}
.view-header-search-bar {
.input-group {
display: inline-block;
vertical-align: middle;
margin-top: 10px;
form {
display: flex;
justify-content: space-between;
}
@media(min-width:768px) {