Remove the editable title from the file app
This commit is contained in:
@@ -780,6 +780,9 @@ body {
|
||||
}
|
||||
.cryptpad-toolbar-leftside {
|
||||
height: 32px;
|
||||
&:empty {
|
||||
height: 0;
|
||||
}
|
||||
float: left;
|
||||
margin-bottom: -1px;
|
||||
.cryptpad-dropdown-users {
|
||||
@@ -812,6 +815,9 @@ body {
|
||||
}
|
||||
.cryptpad-toolbar-rightside {
|
||||
height: 32px;
|
||||
&:empty {
|
||||
height: 0;
|
||||
}
|
||||
text-align: right;
|
||||
&> button {
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user