fill empty note space with content div, small other improvements

This commit is contained in:
v1r0x
2016-05-24 21:39:59 +02:00
committed by Vinzenz Rosenkranz
parent bb290cbc47
commit f3495281fe

View File

@@ -20,6 +20,10 @@
/*width: 100%;*/
}
.note-active #content-editable {
margin-bottom: 60px;
}
.icon-delete-note {
float: right;
position: absolute;
@@ -119,8 +123,8 @@
}
#content-editable {
min-height: 20px;
padding-bottom: 60px;
min-height: 50px;
word-wrap: break-word;
}
.note-options {