More mobile fixes

This commit is contained in:
Edin Dazdarevic
2017-04-15 01:59:41 +02:00
parent 04a4283371
commit 0b2ddaef9e
2 changed files with 14 additions and 7 deletions

14
web/dist/main.css vendored
View File

@@ -84,7 +84,7 @@ html {
box-sizing: border-box;
width: 572px;
padding-top: 60px;
/*float: right;*/
float: right;
height: 100%;
border: 1px solid #e6e6e6;
background: rgba(252,252,253,.9);
@@ -466,6 +466,7 @@ html {
#right {
width: 100%;
float: none;
}
.filters-btn-toggle {
@@ -495,11 +496,6 @@ html {
display: block;
}
.left-hidden {
/*position: absolute;*/
/*left: -100%;*/
}
.right-shown {
display: block;
}
@@ -508,8 +504,14 @@ html {
display: none;
}
.left-absolute {
position:absolute;
}
.left-base {
display: block;
position: static;
}
#header .title {