Skip to content

Commit

Permalink
minor layout issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rrusher committed Mar 6, 2024
1 parent 008dba7 commit 9a2bd36
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions blocks/property-result-listing/property-result-listing.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@

.property-result-listing.block .property-list-cards {
display: grid;
grid-template: repeat(8, 0fr) / repeat(4, 1fr);
grid-gap: 20px;
height: 100%;
}
Expand Down Expand Up @@ -304,7 +303,6 @@ text-align: center;

@media (min-width: 900px) {
.property-result-listing.block {
margin-top: 75px;
flex-direction: row;
}

Expand All @@ -318,7 +316,6 @@ text-align: center;
width: 58%;
position: fixed;
min-height: 800px;
max-height: calc(100vh -20px);
}

.property-search-template.search-map-active .property-result-listing.block .property-result-content {
Expand Down
6 changes: 0 additions & 6 deletions blocks/property-result-map/map.css
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,3 @@
margin: 0;
}
}

@media (min-width: 1200px) {
.property-search-template.search-map-active .property-result-listing.block > div:last-of-type {
/* max-width: calc(1400px/2 - 30px); */
}
}
2 changes: 1 addition & 1 deletion blocks/property-search-bar/filters/top-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function buildTotalResults() {

function buildMapToggle() {
const wrapper = document.createElement('div');
wrapper.classList.add('map-toggle', 'flex-row', 'center');
wrapper.classList.add('map-toggle', 'flex-row', 'center', 'filter');
wrapper.innerHTML = `
<a rel="noopener" target="_blank" tabindex="" class="btn btn-map-toggle" role="button">
<span class="text-up">
Expand Down

0 comments on commit 9a2bd36

Please sign in to comment.