mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
add basich sharing functionality logic
This commit is contained in:
@@ -47,8 +47,6 @@
|
||||
/* Grid Note */
|
||||
|
||||
#div-content .note-title {
|
||||
height: 28px;
|
||||
width: calc(100% - 20px);
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-overflow: ellipsis;
|
||||
@@ -56,6 +54,12 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#div-content .shared-title {
|
||||
float: right;
|
||||
margin: 2px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.noselect {
|
||||
-webkit-touch-callout: none; /* iOS Safari */
|
||||
-webkit-user-select: none; /* Chrome/Safari/Opera */
|
||||
|
||||
Reference in New Issue
Block a user