mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
ecbe8b8131
commit
61a2dbca0c
2 changed files with 3 additions and 3 deletions
|
|
@ -36,14 +36,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&--fullscreen {
|
&--fullscreen {
|
||||||
top: 100vh;
|
top: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: 0;
|
border: 0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
right: 0;
|
right: 0;
|
||||||
max-height: none;
|
max-height: none;
|
||||||
height: 100vh;
|
height: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transition: transform .15s cubic-bezier(0, 0, .2, 1) 0ms;
|
transition: transform .15s cubic-bezier(0, 0, .2, 1) 0ms;
|
||||||
|
|
|
||||||
|
|
@ -150,7 +150,7 @@
|
||||||
.side-panel {
|
.side-panel {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
background-color: var(--b3-theme-surface);
|
background-color: var(--b3-theme-surface);
|
||||||
height: 100vh;
|
height: 100%;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
z-index: 7;
|
z-index: 7;
|
||||||
transform: translateX(-100vw);
|
transform: translateX(-100vw);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue