1 changed files with
7 additions and
0 deletions
|
|
@ -25,4 +25,11 @@ body {
|
|
|
|
.cryptpad-toolbar {
|
|
|
|
.cryptpad-toolbar {
|
|
|
|
padding: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#container {
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
flex: 1;
|
|
|
|
|
|
|
|
flex-flow: column;
|
|
|
|
|
|
|
|
padding: 20px;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
}
|