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 {