Skip to content

Commit

Permalink
Fix tooltip padding
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahFu committed May 28, 2024
1 parent f638184 commit 0a549a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/TooltipButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
position: absolute;
right: 0.5em;
background-color: var(--dialog-color);
padding: 0.5em;
padding: 0.5em 1em;
border-radius: 0.5em;
}
</style>

0 comments on commit 0a549a8

Please sign in to comment.