Skip to content

Commit

Permalink
fix: 代码块在内容容器中的 UI错误
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Dec 24, 2023
1 parent 086516a commit 99f04bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/src/client/styles/code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ div[class*='language-'] {
margin: 0.85rem -1.5rem;
border-radius: 0;
}

.hint-container div[class*='language-'] {
margin: 0.85rem -1rem 0.85rem -1.25rem;
}
}

.plume-content .vp-code-tabs-nav {
Expand Down

0 comments on commit 99f04bb

Please sign in to comment.