mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
add basic sharing dialog and enable group sharing
This commit is contained in:
@@ -153,6 +153,14 @@ div[data-placeholder]:not([data-placeholder=""]):empty::before {
|
||||
content: attr(data-placeholder);
|
||||
}
|
||||
|
||||
#note-share-options {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.selected-share:hover, .unselected-share:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Modal Content */
|
||||
|
||||
.modal-content {
|
||||
|
||||
Reference in New Issue
Block a user