|
|
@@ -1095,7 +1095,7 @@ br {
|
|
|
}
|
|
|
|
|
|
#global > #panel.visible {
|
|
|
- bottom: 1em;
|
|
|
+ bottom: 2%;
|
|
|
visibility: visible;
|
|
|
}
|
|
|
/*=== Panel */
|
|
|
@@ -1103,7 +1103,7 @@ br {
|
|
|
position: fixed;
|
|
|
top: 0; bottom: 0;
|
|
|
left: 0; right: 0;
|
|
|
- background: rgba(0, 0, 0, 0.9);
|
|
|
+ background: rgba(0, 0, 0, 0.5);
|
|
|
opacity: 0;
|
|
|
transition: visibility .3s, opacity .3s;
|
|
|
visibility: hidden;
|
|
|
@@ -1118,8 +1118,8 @@ br {
|
|
|
background: #fff;
|
|
|
display: none;
|
|
|
position: fixed;
|
|
|
- top: 1em; bottom: 1em;
|
|
|
- left: 2em; right: 2em;
|
|
|
+ top: 2%; bottom: 2%;
|
|
|
+ left: 3%; right: 3%;
|
|
|
overflow: auto;
|
|
|
}
|
|
|
|