Skip to content

Commit

Permalink
Merge pull request #293 from sn3p/toolbar-top-and-bottom-padding
Browse files Browse the repository at this point in the history
Add toolbar top and bottom padding
  • Loading branch information
Ionaru committed Feb 14, 2021
2 parents 0241584 + ec94037 commit bc17533
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions src/css/easymde.css
Expand Up @@ -63,29 +63,14 @@
-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;
border-top-left-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 {
width: 100%;
height: 50px;
Expand Down

0 comments on commit bc17533

Please sign in to comment.