diff --git a/src/index.css b/src/index.css index fe8ae3b..0dc49dd 100644 --- a/src/index.css +++ b/src/index.css @@ -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 {