mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
This commit is contained in:
parent
71a0de7b47
commit
879361ecdf
2 changed files with 2 additions and 2 deletions
|
|
@ -131,7 +131,7 @@
|
|||
&--all {
|
||||
width: 100vw;
|
||||
right: 0;
|
||||
top: -150vh;
|
||||
top: -200vh;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@ export const closePanel = () => {
|
|||
const modelElement = document.getElementById("model");
|
||||
menuElement.style.right = "-100vw";
|
||||
sidebarElement.style.left = "-100vw";
|
||||
modelElement.style.top = "-150vh";
|
||||
modelElement.style.top = "-200vh";
|
||||
scrimElement.classList.add("fn__none");
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue