0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Updated styles for editor loading and error states (#18441)

No ref
This commit is contained in:
Sanne de Vries 2023-10-03 11:55:43 +02:00 committed by GitHub
parent a596b3aaca
commit dd84a42b43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -957,11 +957,6 @@
max-width: 740px;
}
.koenig-react-editor {
max-width: 740px;
margin: 0 auto;
}
/* menu
/* --------------------------------------------------------------- */
.koenig-plus-menu-button {
@ -3227,3 +3222,25 @@ button.emoji-picker__category-button.active {
left: 0;
color: var(--midlightgrey);
}
/* Lexical editor
/* --------------------------------------------------------------- */
.koenig-react-editor {
max-width: 740px;
margin: 0 auto;
}
.koenig-react-editor-loading,
.koenig-react-editor-error {
font-family: Georgia, Times, serif;
font-size: 2rem;
font-weight: 400;
line-height: 1.6em;
letter-spacing: .1px;
}
.koenig-react-editor-loading {
color: #AEB7C1;
}