Bottom chrome is distributed better.

This commit is contained in:
idonahue 2023-05-23 19:43:53 +02:00
parent 412adac6c3
commit d5b5c0d240
2 changed files with 11 additions and 4 deletions

View File

@ -3,13 +3,20 @@
export { className as class }; export { className as class };
</script> </script>
<svg class={className} viewBox="0 0 17 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <svg
class={className}
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path <path
d="M0.5 2.35954V10.5C0.5 11.1627 1.03726 11.7 1.7 11.7H15.3C15.9627 11.7 16.5 11.1627 16.5 10.5V2.35947L8.90303 6.79103C8.65394 6.93633 8.34593 6.93633 8.09684 6.79103L0.5 2.35954Z" 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"
fill="currentColor" fill="currentColor"
/> />
<path <path
d="M16.0546 0.766933C15.8485 0.6 15.5859 0.5 15.3 0.5H1.7C1.41405 0.5 1.15146 0.600018 0.945305 0.766978L8.49994 5.17384L16.0546 0.766933Z" d="M17.5546 4.76693C17.3485 4.6 17.0859 4.5 16.8 4.5H3.2C2.91405 4.5 2.65146 4.60002 2.4453 4.76698L9.99994 9.17384L17.5546 4.76693Z"
fill="currentColor" fill="currentColor"
/> />
</svg> </svg>

View File

@ -121,7 +121,7 @@
<footer class="w-full text-sm font-medium"> <footer class="w-full text-sm font-medium">
<div class="flex h-8 flex-shrink-0 select-none items-center border-t border-zinc-700"> <div class="flex h-8 flex-shrink-0 select-none items-center border-t border-zinc-700">
<div class="mx-4 flex w-full flex-row items-center justify-between space-x-2"> <div class="mx-4 flex w-full flex-row items-center justify-between space-x-2 pb-[1px]">
<Link href="/projects/{$project?.id}/settings"> <Link href="/projects/{$project?.id}/settings">
{#if $project?.api?.sync} {#if $project?.api?.sync}
<div class="flex flex-row items-center space-x-2 "> <div class="flex flex-row items-center space-x-2 ">