Hide the trash icon for read-only pads if we have the edit link in drive

This commit is contained in:
yflory
2017-02-24 16:51:15 +01:00
parent 02cc9c8344
commit 3fd5669647
3 changed files with 29 additions and 2 deletions

View File

@@ -56,6 +56,9 @@
margin-left: 5px;
}
}
&.hidden {
display: none;
}
}
.cryptpad-lag {

View File

@@ -128,6 +128,9 @@
.cryptpad-toolbar button#shareButton .large {
margin-left: 5px;
}
.cryptpad-toolbar button.hidden {
display: none;
}
.cryptpad-toolbar .cryptpad-lag {
box-sizing: content-box;
height: 16px;