mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
parent
a596b3aaca
commit
dd84a42b43
1 changed files with 22 additions and 5 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Reference in a new issue