Let album title editor use same font size as title itself.

master
voussoir 2018-11-17 16:55:47 -08:00
parent 074594a8bc
commit 3788c844bf
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@ h2, h3
{ {
margin-top: 0; margin-top: 0;
} }
#album_metadata h2 .editor_input
{
font-size: inherit;
font-weight: inherit;
}
#description_text #description_text
{ {
font-family: initial; font-family: initial;