mirror of
https://github.com/anotherlusitano/SpectrumPlus.git
synced 2026-07-22 04:10:27 +00:00
22 lines
467 B
SCSS
22 lines
467 B
SCSS
.markdown-preview-view.is-readable-line-width .markdown-preview-sizer,
|
|
.markdown-source-view.mod-cm6.is-readable-line-width:not(.is-rtl)
|
|
.cm-contentContainer {
|
|
max-width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
|
|
> *:not(iframe),
|
|
.frontmatter-container,
|
|
.block-language-tasks {
|
|
max-width: 750px;
|
|
width: 100%;
|
|
min-width: 300px;
|
|
}
|
|
|
|
> table,
|
|
> .mermaid {
|
|
max-width: fit-content;
|
|
min-width: 750px;
|
|
}
|
|
}
|