Skip to content

Commit

Permalink
feat: adjust css
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 12, 2023
1 parent 5b1b416 commit 724ad1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/shikiji-twoslash/style-rich.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
border: 1px solid var(--twoslash-border-color);
transition: opacity 0.3s;
border-radius: 4px;
padding: 6px 8px;
padding: 4px 6px;
pointer-events: none;
z-index: 10;
user-select: none;
Expand Down Expand Up @@ -75,7 +75,7 @@
background: var(--twoslash-popup-bg);
border: 1px solid var(--twoslash-border-color);
border-radius: 4px;
padding: 6px 8px;
padding: 4px 6px;
margin: 0 -20px;
z-index: 9;
user-select: none;
Expand Down

0 comments on commit 724ad1e

Please sign in to comment.