fix: improve filter bar layout on small mobile screens (320px)

This commit is contained in:
2026-02-07 15:49:11 +01:00
parent 38cc8017ae
commit 4ee13d51ef

View File

@@ -609,9 +609,18 @@ style.textContent = /* css */`
align-items: stretch;
}
page-home .price-inputs {
flex-wrap: wrap;
}
page-home .price-inputs input {
flex: 1;
min-width: 0;
width: auto;
}
page-home .price-inputs .btn {
width: 100%;
}
page-home .sort-filter select {