Add toolbar top and bottom padding

pull/293/head
Matthijs Kuiper 3 years ago
parent 0ff81e89a6
commit ec94037ac2

@ -63,7 +63,7 @@
-ms-user-select: none;
-o-user-select: none;
user-select: none;
padding: 0 10px;
padding: 9px 10px;
border-top: 1px solid #bbb;
border-left: 1px solid #bbb;
border-right: 1px solid #bbb;
@ -71,21 +71,6 @@
border-top-right-radius: 4px;
}
.editor-toolbar:after,
.editor-toolbar:before {
display: block;
content: ' ';
height: 1px;
}
.editor-toolbar:before {
margin-bottom: 8px
}
.editor-toolbar:after {
margin-top: 8px
}
.editor-toolbar.fullscreen {
width: 100%;
height: 50px;

Loading…
Cancel
Save