New toolbar temp

This commit is contained in:
yflory
2017-06-12 15:59:24 +02:00
parent 9c5bade83e
commit 376b60c21c
35 changed files with 679 additions and 25 deletions

View File

@@ -7,8 +7,12 @@ html, body {
margin: 0px;
height: 100%;
}
#toolbar {
display: flex; // We need this to remove a 3px border at the bottom of the toolbar
}
.cryptpad-toolbar {
margin-bottom: 1px;
padding: 0px;
display: inline-block;
}