diff --git a/web/dist/main.css b/web/dist/main.css index 7542126..150b290 100644 --- a/web/dist/main.css +++ b/web/dist/main.css @@ -467,8 +467,26 @@ html { } .filters-btn-toggle { - margin-top: 90px; + margin-top: 70px; + margin-right: 10px; display: block; + min-width: 35px; + padding: 5px 10px; + border: 1px solid #d8d8d8; + background: hsla(0,0%,100%,.9); + color: #878698; + border-radius: 3px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + } + + .filters-btn-toggle button { + font-size: 1.2em; + -webkit-appearance: none; + -webkit-border-radius: 0; + border: 0; + background: #fff; + } .filters-close-button { @@ -542,6 +560,7 @@ html { .filters { border: none; padding: 0 15px; + height: 100%; } .filters-close { @@ -560,6 +579,18 @@ html { .value-between-box { justify-content: space-around; } + + .map-list-view { + width: 100%; + border: 1px solid red; + overflow-y: auto; + height: 100%; + padding-top: 60px; + } + + .right-content .listings { + display: none; + } } /* @@ -783,7 +814,8 @@ html { @media (max-width: 768px) { - .ld-image-container { + .ld-image-container, + .ld-image-container img { width: 100%; height: 100%; } diff --git a/web/src/components/ListingDetails.js b/web/src/components/ListingDetails.js index c4922b4..ff7d7b0 100644 --- a/web/src/components/ListingDetails.js +++ b/web/src/components/ListingDetails.js @@ -57,12 +57,6 @@ export default class ListingDetails extends React.Component { -