mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Quick attempt to fix up the placeholders for headers in editor
refs https://github.com/TryGhost/Team/issues/1253
This commit is contained in:
parent
47e77ddcdc
commit
cc55fa340e
1 changed files with 10 additions and 0 deletions
|
@ -2974,3 +2974,13 @@ button.emoji-picker__category-button.active {
|
|||
left: 0;
|
||||
color: var(--midlightgrey);
|
||||
}
|
||||
|
||||
.kg-header-card-header .__mobiledoc-editor.__has-no-content:after {
|
||||
top: 36px;
|
||||
font-size: 4em;
|
||||
}
|
||||
|
||||
.kg-header-card-subheader .__mobiledoc-editor.__has-no-content:after {
|
||||
top: 10px;
|
||||
font-size: 1.4em;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue