mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-30 17:52:48 +00:00
51 lines
759 B
SCSS
51 lines
759 B
SCSS
.md-editor {
|
|
font-weight: 400;
|
|
}
|
|
|
|
.md-editor-preview {
|
|
padding: 0;
|
|
margin: 0;
|
|
font-size: inherit;
|
|
word-break: break-word;
|
|
table {
|
|
display: block;
|
|
}
|
|
p {
|
|
padding: 0 !important;
|
|
}
|
|
.md-editor-admonition {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
img {
|
|
border: 0 !important;
|
|
max-width: 360px !important;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
.md-editor-preview {
|
|
img {
|
|
max-width: 100% !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;
|
|
}
|
|
|
|
.md-editor-preview .md-editor-code .md-editor-code-head {
|
|
z-index: inherit !important;
|
|
}
|