Skip to content

Commit

Permalink
折りたたまれたコードブロックが角丸になるように
Browse files Browse the repository at this point in the history
  • Loading branch information
dye8128 committed Jun 26, 2024
1 parent 470c2a1 commit 339d673
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/UI/FoldableCodeBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ const toggle = (e: MouseEvent) => {
mask-image: linear-gradient(black 0% 60%, transparent 100%);
}
background: var(--markdown-code-background);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
&[data-is-fold='false'] {
pre {
Expand Down

0 comments on commit 339d673

Please sign in to comment.