Align items and adjust sizes in toolbar

This commit is contained in:
Mattias Granlund 2023-07-24 10:37:28 +01:00
parent 067f8a0b2f
commit dcce083b02
2 changed files with 8 additions and 11 deletions

View File

@ -10,6 +10,10 @@
viewBox="0 0 20 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
role="button"
tabindex="0"
on:click
on:keydown
>
<path
d="M2 6.35954V14.5C2 15.1627 2.53726 15.7 3.2 15.7H16.8C17.4627 15.7 18 15.1627 18 14.5V6.35947L10.403 10.791C10.1539 10.9363 9.84593 10.9363 9.59684 10.791L2 6.35954Z"

View File

@ -112,11 +112,9 @@
<LinkProjectModal bind:this={linkProjectModal} {cloud} {projects} />
<ShareIssueModal bind:this={shareIssueModal} user={$user} {cloud} />
<footer class="w-full text-sm font-medium">
<footer class="w-full text-sm font-medium text-light-700 dark:text-dark-100">
<div
class="flex h-[22px] flex-shrink-0 select-none items-center border-t
border-light-300 bg-white text-light-900 dark:border-dark-500 dark:bg-dark-900 dark:text-dark-100
"
class="flex h-[1.375rem] flex-shrink-0 select-none items-center border-t border-light-300 bg-white dark:border-dark-500 dark:bg-dark-900"
>
<div class="mx-4 flex w-full flex-row items-center justify-between space-x-2 pb-[1px]">
<div>
@ -135,14 +133,9 @@ border-light-300 bg-white text-light-900 dark:border-dark-500 dark:bg-dark-900 d
{/if}
</div>
<div class="flex gap-1">
<div class="flex items-center gap-1">
<Tooltip label="Send feedback">
<Button
kind="plain"
height="small"
icon={IconEmail}
on:click={() => events.emit('openSendIssueModal')}
/>
<IconEmail class="h-4 w-4" on:click={() => events.emit('openSendIssueModal')} />
</Tooltip>
{#if $project?.api?.sync}