Small fixes

This commit is contained in:
Edin Dazdarevic
2017-04-17 13:37:41 +02:00
parent 9de077df32
commit a9664dbcc0
5 changed files with 35 additions and 26 deletions

29
web/dist/main.css vendored
View File

@@ -181,18 +181,6 @@ html {
margin-left: -1px;
}
.filter-bottom {
position: fixed;
bottom: 0;
left: 0;
width: 99%;
height: 50px;
display: flex;
text-align: center;
padding-left: 10px;
padding-right: 0;
align-items: baseline;
}
.filter-title {
width: 40%;
@@ -474,7 +462,24 @@ html {
display: none;
}
.filter-bottom {
display: none;
}
@media (max-width : 768px) {
.filter-bottom {
position: fixed;
bottom: 0;
left: 0;
width: 99%;
height: 50px;
display: flex;
text-align: center;
padding-left: 10px;
padding-right: 0;
align-items: baseline;
}
.listings-count {
display: none;
}