feat: add note width modes
This commit is contained in:
@@ -204,9 +204,14 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.editor-content-layout--left .editor-content-wrapper {
|
||||
margin-left: clamp(16px, 6%, 96px);
|
||||
margin-right: auto;
|
||||
.editor-content-width--wide .editor-content-wrapper {
|
||||
max-width: min(100%, 1280px);
|
||||
padding-left: clamp(24px, 4vw, 72px);
|
||||
padding-right: clamp(24px, 4vw, 72px);
|
||||
}
|
||||
|
||||
.editor-content-wrapper--raw {
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.raw-editor-codemirror {
|
||||
@@ -332,10 +337,3 @@
|
||||
padding: 12px 0;
|
||||
}
|
||||
}
|
||||
|
||||
@container editor (max-width: 900px) {
|
||||
.editor-content-layout--left .editor-content-wrapper {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user