Skip to content

Commit

Permalink
Merge pull request #53 from obgnail/dev
Browse files Browse the repository at this point in the history
update collapse_paragraph, 修改样式
  • Loading branch information
obgnail authored Aug 3, 2023
2 parents ea82f42 + 80de064 commit cef1c75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugin/collapse_paragraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
(() => {
const css = `
#write .${config.CLASS_NAME}::after {
content: "{\\2026}";
display: initial;
content: "{\\2026}" !important;
margin: 0 0.6rem;
padding: 0 1px;
color: white;
opacity: 0.5;
opacity: 0.6;
background-color: gray;
}
`;
Expand Down

0 comments on commit cef1c75

Please sign in to comment.