mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Fix backend to shared notes, and initial fronted code.
This commit is contained in:
@@ -226,7 +226,8 @@ div[contenteditable="true"] {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.note-options {
|
||||
.note-options,
|
||||
.note-disable-options {
|
||||
padding: 8px;
|
||||
padding-top: 0px;
|
||||
}
|
||||
@@ -249,6 +250,7 @@ div[contenteditable="true"] {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.slim-share,
|
||||
.slim-tag {
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
@@ -260,6 +262,7 @@ div[contenteditable="true"] {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.slim-share:hover,
|
||||
.slim-tag:hover {
|
||||
background-color: rgba(0,0,0,0.12);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user