Fix: Improve searchbar padding on mobile

This commit is contained in:
Nelson Chan 2021-09-09 10:31:46 +08:00
parent e66a2d362d
commit e6669fbb9e

View file

@ -131,7 +131,7 @@ export default {
border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;
margin: -10px; margin: -10px;
margin-bottom: 10px; margin-bottom: 10px;
padding: 15px; padding: 10px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
@ -141,6 +141,14 @@ export default {
} }
} }
@media (max-width: 770px) {
.list-header {
margin: -20px;
margin-bottom: 10px;
padding: 5px;
}
}
.search-wrapper { .search-wrapper {
display: flex; display: flex;
align-items: center; align-items: center;