Small fixes
This commit is contained in:
14
web/dist/main.css
vendored
14
web/dist/main.css
vendored
@@ -386,6 +386,8 @@ html {
|
||||
.address {
|
||||
overflow: hidden;
|
||||
font-size: 12px;
|
||||
height: 50px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.street {
|
||||
@@ -467,6 +469,14 @@ html {
|
||||
}
|
||||
|
||||
@media (max-width : 768px) {
|
||||
.address {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.hours-ago {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.filter-bottom {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
@@ -480,6 +490,10 @@ html {
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.filter-bottom .confirm {
|
||||
background-color: #b6d53b;
|
||||
}
|
||||
|
||||
.listings-count {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user