Mobile adjustments

This commit is contained in:
Edin Dazdarevic
2017-04-14 02:00:38 +02:00
parent 1c133d21bc
commit 7c40035f6f
5 changed files with 110 additions and 19 deletions

36
web/dist/main.css vendored
View File

@@ -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%;
}