fix: better screen usage in post editor

This commit is contained in:
2026-02-12 17:16:52 +01:00
parent 7704336711
commit 4afa40c707
3 changed files with 64 additions and 48 deletions

View File

@@ -115,10 +115,23 @@
gap: 16px;
}
.editor-header-row {
display: flex;
gap: 16px;
align-items: flex-start;
}
.editor-meta {
display: flex;
flex-wrap: wrap;
gap: 12px;
flex-direction: column;
gap: 8px;
flex: 1;
min-width: 0;
}
.editor-media-panel {
width: 200px;
flex-shrink: 0;
}
.editor-field {