Feat/moveable plugin UI container (#3045)

* improve(plugin): add container for main ui frame

* feat(plugin): support draggable & resizable UI container for main ui

* feat: support fork sub layout container

* improve(plugin): add editor selection api

* improve(plugin): click outside configure for float container

* improve(plugin): api of journal for create-page

* improve(plugin): api of open-in-right-sidebar

* improve(plugin): add full screen api

* improve(plugin): api of register-palette-command

* improve(plugin): add apis
This commit is contained in:
Charlie
2021-11-15 16:57:20 +08:00
committed by GitHub
parent 5605170cf9
commit 72c038e6fe
22 changed files with 7909 additions and 105 deletions

View File

@@ -45,7 +45,7 @@
.ui__notifications {
position: fixed;
z-index: 99;
z-index: var(--ls-z-index-level-4);
width: 100%;
top: 3.2em;
pointer-events: none;