tweak gamebook edit UI

pull/3521/head^2
Thibault Duplessis 2017-08-24 14:39:20 -05:00
parent a4908a466f
commit 88106dbc40
2 changed files with 5 additions and 2 deletions

View File

@ -34,6 +34,7 @@
.gb_edit .gamebook .legend {
display: flex;
border-bottom: 1px solid #ccc;
min-height: 3.5em;
}
.gb_edit .gamebook .legend i {
flex: 0 0 50px;
@ -54,6 +55,8 @@
.gb_edit .gamebook .legend p {
flex: 1 1 100%;
padding: 8px 10px;
display: flex;
align-items: center;
}
.gb_edit .gamebook .todo i {
background: #dc322f;

View File

@ -108,8 +108,8 @@ div.underboard .notif.error {
}
.study_comment_form form.material.form textarea,
.chapter_desc_form form.material.form textarea {
height: 80px;
font-size: 1.2em;
height: 100px;
font-size: 1.1em;
line-height: 1.3em;
resize: vertical;
}