Skip to content

Commit

Permalink
fix(theme): adjust styles for diff indicator in code blocks (#1755)
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd authored Jan 3, 2023
1 parent 565ae71 commit a642ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/styles/components/vp-doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@

.vp-doc [class*='language-'] code .diff::before {
position: absolute;
left: 1rem;
left: 10px;
}

.vp-doc [class*='language-'] .has-focused-lines .line:not(.has-focus) {
Expand Down

0 comments on commit a642ea2

Please sign in to comment.