ZDDC — Zero Day Document Control. A file-naming convention plus five single-file HTML tools (archive, transmittal, classifier, mdedit, landing) and an optional Go HTTP server (zddc-server) with ACL and a virtual archive index. Self-contained, offline-capable, dependency-free. See README.md for an overview, AGENTS.md and ARCHITECTURE.md for the build/release/architecture detail, bootstrap/README.md for the two-level deployment install pattern, and zddc/README.md for the HTTP server.
25 lines
568 B
CSS
25 lines
568 B
CSS
/* Toast UI Editor styles */
|
|
#markdown-editor {
|
|
display: block !important;
|
|
height: 100% !important;
|
|
min-height: 500px !important;
|
|
width: 100% !important;
|
|
position: relative !important;
|
|
z-index: 10;
|
|
}
|
|
|
|
.editor-instance {
|
|
height: 100% !important;
|
|
min-height: 500px !important;
|
|
}
|
|
|
|
.toastui-editor-defaultUI {
|
|
height: 100% !important;
|
|
}
|
|
|
|
.toastui-editor-defaultUI-toolbar,
|
|
.toastui-editor-main,
|
|
.toastui-editor-main .ProseMirror,
|
|
.toastui-editor-main .toastui-editor-md-preview {
|
|
height: 100% !important;
|
|
}
|