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