Fix backend to shared notes, and initial fronted code.

This commit is contained in:
Matias De lellis
2020-06-15 19:25:48 -03:00
parent 5f327bc136
commit c09c3aacb4
8 changed files with 126 additions and 63 deletions

View File

@@ -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);
}