Display anonymous users in the user list

This commit is contained in:
yflory
2017-03-06 14:56:41 +01:00
parent cb88227e2b
commit 77d09f64e1
3 changed files with 3 additions and 1 deletions

View File

@@ -312,6 +312,7 @@
//float: right;
pre {
white-space: pre;
margin: 0;
}
}
button {

View File

@@ -378,6 +378,7 @@
}
.cryptpad-toolbar-leftside .cryptpad-user-list pre {
white-space: pre;
margin: 0;
}
.cryptpad-toolbar-leftside button {
margin: 2px 4px 2px 0px;