mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
adjust paddings
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
.quicknote {
|
.quicknote {
|
||||||
min-height: 150px;
|
min-height: 150px;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
padding: 6px;
|
padding: 10px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
box-shadow: 0 4px 6px #c1c1c1;
|
box-shadow: 0 4px 6px #c1c1c1;
|
||||||
}
|
}
|
||||||
@@ -29,6 +29,8 @@
|
|||||||
|
|
||||||
#div-content .save-button {
|
#div-content .save-button {
|
||||||
float: right;
|
float: right;
|
||||||
|
padding-right: 8px;
|
||||||
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#div-content textarea {
|
#div-content textarea {
|
||||||
@@ -62,6 +64,7 @@
|
|||||||
|
|
||||||
.note-toolbar {
|
.note-toolbar {
|
||||||
float:left;
|
float:left;
|
||||||
|
padding-bottom: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.circle-toolbar {
|
.circle-toolbar {
|
||||||
@@ -117,6 +120,7 @@
|
|||||||
|
|
||||||
#content-editable {
|
#content-editable {
|
||||||
min-height: 20px;
|
min-height: 20px;
|
||||||
|
padding-bottom: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-options {
|
.note-options {
|
||||||
|
|||||||
Reference in New Issue
Block a user