mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-22 03:50:55 +08:00
This commit is contained in:
parent
09f91258a1
commit
1eded963e6
@ -41,7 +41,9 @@
|
|||||||
|
|
||||||
.protyle-hint: 5
|
.protyle-hint: 5
|
||||||
|
|
||||||
#menu & .side-panel: 6
|
.side-mask: 6
|
||||||
|
|
||||||
|
#menu & .side-panel: 7
|
||||||
|
|
||||||
.layout--float: 999997
|
.layout--float: 999997
|
||||||
|
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
background-color: var(--b3-theme-surface);
|
background-color: var(--b3-theme-surface);
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
z-index: 6;
|
z-index: 7;
|
||||||
transform: translateX(-100vw);
|
transform: translateX(-100vw);
|
||||||
transition: transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms;
|
transition: transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms;
|
||||||
|
|
||||||
@ -171,7 +171,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: 219;
|
z-index: 6;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity 150ms linear;
|
transition: opacity 150ms linear;
|
||||||
@ -239,7 +239,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#menu {
|
#menu {
|
||||||
z-index: 6;
|
z-index: 7;
|
||||||
transform: translateX(100vw);
|
transform: translateX(100vw);
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user