Skip to content

Commit

Permalink
chore(release): 0.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
humyfred committed Nov 16, 2021
1 parent 7312b5d commit 635bcc4
Show file tree
Hide file tree
Showing 13 changed files with 8,132 additions and 7,828 deletions.
2 changes: 1 addition & 1 deletion dist/cherry-markdown.core.js

Large diffs are not rendered by default.

27 changes: 24 additions & 3 deletions dist/cherry-markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -1708,16 +1708,37 @@ green #859900

.cherry-sidebar {
min-height: 200px;
width: 48px;
width: 40px;
position: absolute;
top: 48px;
right: 0;
right: 7px;
z-index: 999; }
.cherry-sidebar .cherry-toolbar-button {
height: 30px;
padding: 3px 12px 0 12px; }
.cherry-sidebar .cherry-toolbar-button:hover {
background: transparent; }
.cherry-sidebar .cherry-toolbar-button .icon-loading.loading {
display: inline-block;
width: 8px;
height: 8px; }
.cherry-sidebar .cherry-toolbar-button .icon-loading.loading:after {
content: " ";
display: block;
width: 8px;
height: 8px;
margin-left: 2px;
margin-top: -2px;
border-radius: 50%;
border: 2px solid #000;
border-color: #000 transparent #000 transparent;
animation: loading 1.2s linear infinite; }

@keyframes loading {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } }

.cherry-bubble {
position: absolute;
Expand Down Expand Up @@ -1905,7 +1926,7 @@ green #859900
background-color: #f8fafb;
min-height: auto;
overflow-y: auto; }
.cherry-previewer.cherry-mobile-previewer .cherry-mobile-previewer-content {
.cherry-previewer .cherry-mobile-previewer-content {
width: 375px;
height: 100%;
margin: 0 auto;
Expand Down
2 changes: 1 addition & 1 deletion dist/cherry-markdown.engine.core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cherry-markdown.esm.js

Large diffs are not rendered by default.

Loading

0 comments on commit 635bcc4

Please sign in to comment.