More mobile fixes
This commit is contained in:
14
web/dist/main.css
vendored
14
web/dist/main.css
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user