mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40: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 {
|
||||
top: 100vh;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
right: 0;
|
||||
max-height: none;
|
||||
height: 100vh;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
transition: transform .15s cubic-bezier(0, 0, .2, 1) 0ms;
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@
|
|||
.side-panel {
|
||||
position: fixed;
|
||||
background-color: var(--b3-theme-surface);
|
||||
height: 100vh;
|
||||
height: 100%;
|
||||
width: 100vw;
|
||||
z-index: 7;
|
||||
transform: translateX(-100vw);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue