Small fixes
This commit is contained in:
29
web/dist/main.css
vendored
29
web/dist/main.css
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user