mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03: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
@ -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…
Reference in New Issue
Block a user