2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-19 07:54:28 -06:00

Add toolbar top and bottom padding

This commit is contained in:
Matthijs Kuiper 2021-01-28 20:28:29 +01:00
parent 0ff81e89a6
commit ec94037ac2

View File

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