update web to dashboard

This commit is contained in:
mlogclub
2026-04-15 17:20:57 +08:00
parent 3d98cf1e27
commit c07e588030
206 changed files with 0 additions and 0 deletions
@@ -0,0 +1,48 @@
.content-editor-markdown {
height: 100%;
}
.content-editor-markdown .md-editor {
height: 100%;
border: 0;
box-shadow: none;
background: transparent;
}
.content-editor-markdown .md-editor-footer {
display: none;
}
.content-editor-markdown .md-editor-toolbar {
border-bottom: 0;
}
.content-editor-markdown .md-editor-content {
height: calc(100% - 37px);
}
.content-editor-markdown .md-editor-content-wrapper,
.content-editor-markdown .md-editor-input-wrapper {
height: 100%;
}
.content-editor-markdown .md-editor-input-wrapper {
border-right: 0;
}
.content-editor-markdown .cm-editor {
height: 100%;
background: transparent;
}
.content-editor-markdown .cm-scroller {
height: 100%;
overflow: auto;
}
.content-editor-markdown .cm-content,
.content-editor-markdown .cm-line {
font-family: var(--font-geist-mono), monospace;
font-size: 0.875rem;
line-height: 1.75;
}