mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-28 23:32:48 +00:00
30 lines
414 B
SCSS
30 lines
414 B
SCSS
.md-editor-preview {
|
|
padding: 0;
|
|
margin: 0;
|
|
font-size: inherit;
|
|
p {
|
|
padding: 0 !important;
|
|
}
|
|
.md-editor-admonition {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
img {
|
|
border: 0 !important;
|
|
}
|
|
}
|
|
|
|
.md-editor-preview-wrapper {
|
|
padding: 0;
|
|
}
|
|
|
|
.md-editor-footer {
|
|
height: auto !important;
|
|
}
|
|
|
|
.ͼ1 .cm-placeholder {
|
|
color: var(--app-input-color-placeholder);
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
}
|