fix: revert note width modes

This commit is contained in:
lucaronin
2026-04-27 10:10:58 +02:00
parent 0d88c75718
commit 8141644729
35 changed files with 424 additions and 426 deletions

View File

@@ -204,14 +204,9 @@
width: 100%;
}
.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;
.editor-content-layout--left .editor-content-wrapper {
margin-left: clamp(16px, 6%, 96px);
margin-right: auto;
}
.raw-editor-codemirror {
@@ -337,3 +332,10 @@
padding: 12px 0;
}
}
@container editor (max-width: 900px) {
.editor-content-layout--left .editor-content-wrapper {
margin-left: auto;
margin-right: auto;
}
}