Small fixes
This commit is contained in:
parent
314fe78545
commit
f70459769f
@ -40,6 +40,9 @@ application.register("jdd-table-paste", JddTablePaste);
|
|||||||
import { default as JsonEditor } from "./../../node_modules/@sealcode/jdd-editor/src/controllers/json-editor.stimulus.js";
|
import { default as JsonEditor } from "./../../node_modules/@sealcode/jdd-editor/src/controllers/json-editor.stimulus.js";
|
||||||
application.register("json-editor", JsonEditor);
|
application.register("json-editor", JsonEditor);
|
||||||
|
|
||||||
|
import { default as MarkdownTextarea } from "./../../node_modules/@sealcode/jdd-editor/src/controllers/markdown-textarea.stimulus.js";
|
||||||
|
application.register("markdown-textarea", MarkdownTextarea);
|
||||||
|
|
||||||
import { default as RefreshOnTsChanges } from "./../../node_modules/@sealcode/jdd-editor/src/controllers/refresh-on-ts-changes.stimulus.js";
|
import { default as RefreshOnTsChanges } from "./../../node_modules/@sealcode/jdd-editor/src/controllers/refresh-on-ts-changes.stimulus.js";
|
||||||
application.register("refresh-on-ts-changes", RefreshOnTsChanges);
|
application.register("refresh-on-ts-changes", RefreshOnTsChanges);
|
||||||
|
|
||||||
|
|||||||
@ -102,6 +102,7 @@ nav {
|
|||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
|
margin-top: 24px;
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user