fixes for file app

This commit is contained in:
ansuz
2017-06-29 14:21:48 +02:00
parent 39149a052b
commit bbf9916a91
4 changed files with 12 additions and 5 deletions

View File

@@ -18,13 +18,16 @@ body {
}
#app {
flex: 1;
background: url('/customize/bg3.jpg') no-repeat center center;
background-size: cover;
background-position: center;
display: flex;
justify-content: center;
align-items: center;
}
#app.ready {
background: url('/customize/bg3.jpg') no-repeat center center;
background-size: cover;
background-position: center;
}
.cryptpad-toolbar {
padding: 0px;
display: inline-block;