Remove the editable title from the file app

This commit is contained in:
yflory
2017-06-26 15:16:17 +02:00
parent 38f568635d
commit 36ef4178dc
6 changed files with 25 additions and 13 deletions

View File

@@ -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%;