Userlist in polls
This commit is contained in:
@@ -19,6 +19,17 @@ html, body {
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
}
|
||||
body {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
}
|
||||
#content {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
#poll {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.cryptpad-toolbar h2 {
|
||||
font: normal normal normal 12px Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
|
||||
|
||||
Reference in New Issue
Block a user