Skip to content

Commit

Permalink
fix: expandable toolbar tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Quacken8 committed Dec 22, 2024
1 parent c0aab23 commit 661686f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/toolbar/ToolbarContainer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
opacity: 0.6;
transition: all 0.2s ease-in-out;
width: var(--expander-width, fit-content);
width: calc(var(--expander-width, fit-content) + 0.5em);
&:hover {
opacity: 0.9;
Expand Down

0 comments on commit 661686f

Please sign in to comment.