|
@@ -361,12 +361,12 @@
|
|
|
|
|
|
#listMenu {
|
|
|
position: fixed;
|
|
|
- bottom: calc(36px + 1em);
|
|
|
+ bottom: calc(36px + 0.4em);
|
|
|
left: 0.4em;
|
|
|
height: 500px;
|
|
|
width: 400px;
|
|
|
background-color: #ffffff;
|
|
|
- box-shadow: 3px 3px 5px 0px rgba(207, 207, 207, 0.37);
|
|
|
+ box-shadow: 3px 3px 5px 0px rgba(182, 182, 182, 0.37);
|
|
|
z-index: 1113;
|
|
|
border-radius: 6px;
|
|
|
overflow: hidden;
|
|
@@ -756,7 +756,7 @@
|
|
|
#quickAccessPanel{
|
|
|
background-color:var(--body_background);
|
|
|
position:absolute;
|
|
|
- bottom:calc(36px + 1em);
|
|
|
+ bottom:calc(36px + 0.4em);
|
|
|
left:55px;
|
|
|
z-index:114;
|
|
|
width:300px;
|