Rename and enhance editor title row styling

This commit is contained in:
2026-01-31 13:37:51 +01:00
parent 3114b936f1
commit b6f6ca8e1b

View File

@@ -319,13 +319,16 @@ body {
gap: 8px;
}
.editor__status-row {
.editor__title-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
}
.editor__title-row .title-input {
flex: 1;
}
.title-input {
font-size: 1.6rem;
border: none;
@@ -499,6 +502,14 @@ body {
flex-wrap: wrap;
gap: 12px;
align-items: center;
position: relative;
}
.editor__footer-status {
position: absolute;
left: 50%;
transform: translateX(-50%);
pointer-events: none;
}
.banner {