fix: better screen usage in post editor
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user