mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 22:49:53 +00:00
enhance(plugin): disable effect plugins for the web Marketplace
This commit is contained in:
@@ -467,7 +467,7 @@
|
||||
@apply pt-2;
|
||||
|
||||
> .edit-file {
|
||||
@apply -top-3.5;
|
||||
@apply -top-4;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -141,7 +141,7 @@
|
||||
|
||||
(if (= edit-mode :code)
|
||||
;; render with code editor
|
||||
[:div.code-mode-wrap.pl-3.py-1.mb-8
|
||||
[:div.code-mode-wrap.pl-3.pr-1.py-1.mb-8.-ml-1
|
||||
(let [content' (js/JSON.stringify (bean/->js settings) nil 2)]
|
||||
(lazy-editor/editor {:file? false}
|
||||
(str "code-edit-lsp-settings")
|
||||
|
||||
Reference in New Issue
Block a user