mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
fill empty note space with content div, small other improvements
This commit is contained in:
committed by
Vinzenz Rosenkranz
parent
bb290cbc47
commit
f3495281fe
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user