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%;*/
|
/*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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user