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