Merge pull request #293 from sn3p/toolbar-top-and-bottom-padding

Add toolbar top and bottom padding
pull/308/head
Jeroen Akkerman 3 years ago committed by GitHub
commit bc17533def
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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