fix: complete app localization pass

This commit is contained in:
lucaronin
2026-04-26 19:37:21 +02:00
parent 1d546dde3d
commit a2f8ba72a2
57 changed files with 2566 additions and 1016 deletions

View File

@@ -210,14 +210,8 @@
}
.raw-editor-codemirror {
max-width: var(--editor-max-width, 760px);
width: 100%;
margin: 0 auto;
}
.editor-content-layout--left .raw-editor-codemirror {
margin-left: clamp(16px, 6%, 96px);
margin-right: auto;
margin: 0;
}
/* --- Note Icon Area --- */
@@ -340,8 +334,7 @@
}
@container editor (max-width: 900px) {
.editor-content-layout--left .editor-content-wrapper,
.editor-content-layout--left .raw-editor-codemirror {
.editor-content-layout--left .editor-content-wrapper {
margin-left: auto;
margin-right: auto;
}