mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
add share icon to owner's note as well
This commit is contained in:
@@ -54,12 +54,16 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#div-content .shared-title {
|
||||
#div-content .shared-title, #div-content .shared-title-owner {
|
||||
float: right;
|
||||
margin: 2px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
#div-content .shared-title-owner {
|
||||
margin-right: 25px;
|
||||
}
|
||||
|
||||
.noselect {
|
||||
-webkit-touch-callout: none; /* iOS Safari */
|
||||
-webkit-user-select: none; /* Chrome/Safari/Opera */
|
||||
|
||||
Reference in New Issue
Block a user