|
@@ -91,7 +91,7 @@
|
|
|
|
|
|
> .wrap {
|
|
|
height: calc(100vh - var(--ls-headbar-inner-top-padding) - 50px);
|
|
|
- margin-top: 40px;
|
|
|
+ margin-top: 30px;
|
|
|
width: 100%;
|
|
|
|
|
|
> .fake-bar {
|
|
@@ -331,19 +331,22 @@
|
|
|
|
|
|
.cp__sidebar-left-layout {
|
|
|
position: fixed;
|
|
|
- top: var(--ls-headbar-inner-top-padding);
|
|
|
+ top: 0;
|
|
|
+
|
|
|
left: 0;
|
|
|
z-index: var(--ls-z-index-level-5);
|
|
|
- background-color: rgba(255, 0, 0, 0.18);
|
|
|
width: 8px;
|
|
|
|
|
|
+ background: rgba(255, 0, 0, 0.32);
|
|
|
+
|
|
|
a {
|
|
|
+ @apply opacity-90 hover:opacity-100;
|
|
|
+
|
|
|
color: var(--ls-header-button-background);
|
|
|
- opacity: 0.9;
|
|
|
}
|
|
|
|
|
|
- a:hover {
|
|
|
- opacity: 1;
|
|
|
+ > .left-sidebar-inner {
|
|
|
+ padding-top: var(--ls-headbar-inner-top-padding);
|
|
|
}
|
|
|
|
|
|
> .shade-mask {
|
|
@@ -355,7 +358,7 @@
|
|
|
right: 0;
|
|
|
z-index: -1;
|
|
|
opacity: 0;
|
|
|
- transition: opacity .1s;
|
|
|
+ transition: opacity .4s;
|
|
|
touch-action: none;
|
|
|
}
|
|
|
|
|
@@ -375,12 +378,12 @@
|
|
|
|
|
|
&.is-closing {
|
|
|
.left-sidebar-inner {
|
|
|
- transition: transform .2s;
|
|
|
+ transition: transform .3s;
|
|
|
transform: translate3d(-100%, 0, 0) !important;
|
|
|
}
|
|
|
|
|
|
> .shade-mask {
|
|
|
- opacity: .2;
|
|
|
+ opacity: 0;
|
|
|
z-index: 1;
|
|
|
}
|
|
|
}
|