maxkb/ui/src/styles/md-editor.scss
wangdan-fit2cloud 28f315fc3c fix: bug
2025-06-18 21:41:02 +08:00

48 lines
698 B
SCSS

.md-editor {
font-weight: 400;
background: none !important;
}
.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;
}