Skip to content

Commit b9ecabb

Browse files
authored
chore: minor style fix
1 parent 77dc2a1 commit b9ecabb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/JsonViewer.styles.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ export default css`
114114
content: '';
115115
border-left: var(--indentguide);
116116
position: absolute;
117-
left: calc(0.5em - var(--indentguide-size));
118-
top: 0.3em;
119-
bottom: 0.3em;
117+
left: calc(var(--line-height) / 2 - var(--indentguide-size));
118+
top: 0.2rem;
119+
bottom: 0.2rem;
120120
}
121121
122122
ul ul:hover::before {

0 commit comments

Comments
 (0)