Fix the project editor and a delete feature

This commit is contained in:
2018-08-09 00:48:53 +02:00
parent 1147c1a7af
commit a63bc3e6a9
3 changed files with 40 additions and 17 deletions

View File

@@ -221,7 +221,6 @@ article {
}
.gridsplit {
padding-top: 1.3em;
display: grid;
grid-template-columns: 3fr 1fr;
}
@@ -293,3 +292,7 @@ article {
border: none;
border-bottom: 1px dotted rgba(0,0,0,.5);
}
textarea.boxinput {
resize: vertical;
}