Fix toolbar buttons for Safari

This commit is contained in:
yflory
2017-07-03 14:32:54 +02:00
parent 991cb896bd
commit 1df5e6e855
2 changed files with 4 additions and 1 deletions

View File

@@ -755,6 +755,8 @@ body .cryptpad-toolbar {
padding: 0px;
margin: 0;
&::before {
width: 100%;
text-align: center;
padding-top: 4px;
}
&:hover {
@@ -833,6 +835,7 @@ body .cryptpad-toolbar {
width: 64px;
padding: 0;
span {
text-align: center;
width: 100%;
cursor: default;
font-size: 32px;