Skip to content

Commit

Permalink
perf(split): fixed toolbar split line height (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
RSS1102 authored Oct 3, 2023
1 parent 7609a0d commit 58883b5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions dist/cherry-markdown.css
Git LFS file not shown
4 changes: 2 additions & 2 deletions dist/cherry-markdown.js
Git LFS file not shown
4 changes: 2 additions & 2 deletions dist/cherry-markdown.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions src/sass/cherry.scss
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,10 @@

&.cherry-toolbar-split {
font-size: 0;
height: 50%;
height: 19px;
padding: 0;
margin-left: 4px;
margin-right: 4px;
border: none;
margin: 9.5px 4px;
border: 1px solid transparent;
border-left: 1px solid $toolbarSplitColor;
pointer-events: none;
overflow: hidden;
Expand Down

0 comments on commit 58883b5

Please sign in to comment.