Hide the trash icon for read-only pads if we have the edit link in drive
This commit is contained in:
@@ -56,6 +56,9 @@
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
&.hidden {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.cryptpad-lag {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user