fix: improve filter bar layout on small mobile screens (320px)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user