mirror of
https://github.com/ByteAtATime/raycast-linux.git
synced 2025-08-31 11:17:27 +00:00
feat(actions): tweak spacing in ActionBar
This commit updatesthe ActionBar styles by adding 4px margin on the left side and increasing the icon-to-title gap from 8 to 10px. These are the values used by Raycast.
This commit is contained in:
parent
8232acb2af
commit
b2bf4bc1a3
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
{#if toast}
|
||||
<Toast {toast} {onToastAction} />
|
||||
{:else if title || icon}
|
||||
<div class="flex min-w-0 items-center gap-2">
|
||||
<div class="flex min-w-0 items-center gap-2.5 pl-1">
|
||||
{#if icon}
|
||||
<Icon {icon} class="size-5 shrink-0" />
|
||||
{/if}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue