Quick attempt to fix up the placeholders for headers in editor

refs https://github.com/TryGhost/Team/issues/1253
This commit is contained in:
James Morris 2021-12-15 19:24:27 +00:00
parent 47e77ddcdc
commit cc55fa340e

View File

@ -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;
}