Allow creating new ebook placeholders when creating a new project

This commit is contained in:
Alex Cabal 2024-12-18 22:23:39 -06:00
parent 4596aeb007
commit 98e09f414e
14 changed files with 114 additions and 44 deletions

View file

@ -2562,6 +2562,10 @@ details summary ~ *{
margin-left: 1rem;
}
fieldset label.controls-following-fieldset + fieldset{
margin-top: -.5rem;
}
fieldset p{
border-bottom: 1px dashed var(--input-border);
}