Add user info, require authentication to edit a note

This commit is contained in:
Bryan Housel
2018-07-17 00:55:43 -04:00
parent 73d0f30453
commit fa6e195c2d
6 changed files with 154 additions and 23 deletions
+9 -1
View File
@@ -150,13 +150,21 @@
border-left: none;
}
#new-comment-input {
.note-save {
padding: 10px;
}
.note-save #new-comment-input {
width: 100%;
height: 100px;
max-height: 300px;
min-height: 100px;
}
.note-save .detail-section {
margin: 10px 0;
}
.note-report {
float: right;
}