Skip to content

Commit

Permalink
fix: calc & lang indicator styles
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Dec 20, 2021
1 parent c9b39dc commit 6d78f4b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/_miscs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,18 @@ progress::-webkit-progress-value {
background-color: var(--color-level-1);
box-shadow: 0 0 0 2px var(--color-level-2);
}

.extensions__code-calc {
top: 8px;
}

.extensions__code-calc-output-line {
height: 16px;
font-size: 12px;
}

.extensions__code-lang {
margin-left: 4px;
height: 28px;
border-radius: 4px;
}

0 comments on commit 6d78f4b

Please sign in to comment.