Skip to content

Commit

Permalink
upd: update styles of container
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Apr 1, 2022
1 parent bfc137f commit 53cdbdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/plugins/markdown-container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ export default {
.markdown-view .markdown-body .custom-container.danger,
.markdown-view .markdown-body .custom-container.warning,
.markdown-view .markdown-body .custom-container.tip {
padding: 2px 24px;
padding: 2px 16px;
padding-top: 16px;
margin: 16px 0;
border-left-width: 8px;
border-left-style: solid;
padding-top: 16px;
border-radius: var(--g-border-radius);
}
Expand Down

0 comments on commit 53cdbdd

Please sign in to comment.