Rename and enhance editor title row styling
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user