use logo in toolbar

This commit is contained in:
Pierre Bondoerffer
2017-08-04 11:01:26 +02:00
parent 1b83e15796
commit f6d45d05f6
3 changed files with 13 additions and 7 deletions

View File

@@ -815,13 +815,16 @@ body .cryptpad-toolbar {
}
a.cryptpad-logo {
cursor: pointer;
font-size: 1em;
height: auto;
padding: 0px 5px;
display: inline-flex;
text-decoration: none;
height: auto;
padding: 10px;
// hack because of whiteboard and poll
color: white !important;
img {
cursor: pointer;
height: 100%;
width: 100%;
}
}
}
.cryptpad-user {