Skip to content

Commit e1f0259

Browse files
committed
fix: make workspace buttons use min width instead of padding
1 parent fcee60b commit e1f0259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Workspaces.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
class="mr-2"
6262
>
6363
<Button
64-
class="box-border px-6 text-zb-ws-{globalIndex} {workspace.isDisplayed
64+
class="box-border min-w-14 px-2 text-zb-ws-{globalIndex} {workspace.isDisplayed
6565
? `border-zb-ws-${globalIndex} hover:border-blend-70 active:!border-blend-50`
6666
: ''}"
6767
callback={() =>

0 commit comments

Comments
 (0)