mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-22 09:24:28 -06:00
Add toolbar top and bottom padding
This commit is contained in:
parent
0ff81e89a6
commit
ec94037ac2
@ -63,7 +63,7 @@
|
|||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
-o-user-select: none;
|
-o-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
padding: 0 10px;
|
padding: 9px 10px;
|
||||||
border-top: 1px solid #bbb;
|
border-top: 1px solid #bbb;
|
||||||
border-left: 1px solid #bbb;
|
border-left: 1px solid #bbb;
|
||||||
border-right: 1px solid #bbb;
|
border-right: 1px solid #bbb;
|
||||||
@ -71,21 +71,6 @@
|
|||||||
border-top-right-radius: 4px;
|
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 {
|
.editor-toolbar.fullscreen {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user