mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-31 02:26:50 +10:00
Merge pull request #722 from sharetribe/searchresultspanel-style-fix
Fix: SearchFiltersPanel also needs paddings on SearchPage
This commit is contained in:
commit
30a6f44769
1 changed files with 5 additions and 3 deletions
|
|
@ -88,6 +88,11 @@
|
|||
.searchFiltersPanel {
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
padding: 0 24px 24px 24px;
|
||||
|
||||
@media (--viewportLarge) {
|
||||
padding: 0 36px 36px 36px;
|
||||
}
|
||||
}
|
||||
|
||||
.listings {
|
||||
|
|
@ -95,9 +100,6 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 0;
|
||||
|
||||
@media (--viewportLarge) {
|
||||
}
|
||||
}
|
||||
|
||||
.newSearchInProgress {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue