This commit is contained in:
parent
68c015dc19
commit
cf4f697362
6
base.css
6
base.css
@ -156,8 +156,9 @@ main{
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
top: 85px;
|
top: 85px;
|
||||||
|
left: 136px;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
width: auto;
|
width: 280px;
|
||||||
height: auto;
|
height: auto;
|
||||||
-webkit-border-bottom-left-radius: 5px;
|
-webkit-border-bottom-left-radius: 5px;
|
||||||
-webkit-border-bottom-right-radius: 5px;
|
-webkit-border-bottom-right-radius: 5px;
|
||||||
@ -165,6 +166,7 @@ main{
|
|||||||
-moz-border-radius-bottomright: 5px;
|
-moz-border-radius-bottomright: 5px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
|
padding: 4px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -172,8 +174,6 @@ main{
|
|||||||
.sort-menu:checked ~ .so-pane > form, .so-pane-open > form{
|
.sort-menu:checked ~ .so-pane > form, .so-pane-open > form{
|
||||||
display: table;
|
display: table;
|
||||||
box-sizing: inherit;
|
box-sizing: inherit;
|
||||||
padding: 4px;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
.main-box > div, footer > p{
|
.main-box > div, footer > p{
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user