pnpm format

This commit is contained in:
Ian Donahue 2023-04-03 17:02:30 +02:00
parent a8e4c4c692
commit dae2f6f7ef
2 changed files with 5 additions and 7 deletions

View File

@ -78,7 +78,7 @@
<style lang="postcss">
a,
button {
@apply relative flex items-center w-fit cursor-pointer justify-center gap-[10px] whitespace-nowrap rounded text-base font-medium transition ease-in-out hover:underline;
@apply relative flex w-fit cursor-pointer items-center justify-center gap-[10px] whitespace-nowrap rounded text-base font-medium transition ease-in-out hover:underline;
text-underline-offset: 3px;
}
@ -98,8 +98,9 @@
@apply bg-zinc-600;
}
.basic, .primary, .destructive {
.basic,
.primary,
.destructive {
line-height: 20px;
}
@ -108,7 +109,6 @@
}
.primary.outlined {
@apply border-[#3662E3];
}
.primary.outlined:hover {
@apply bg-[#1C48C94D]/30;

View File

@ -112,7 +112,7 @@
</script>
<div id="commit-page" class="flex h-full w-full gap-2">
<div class="commit-panel-container border-r p-4 border-zinc-700">
<div class="commit-panel-container border-r border-zinc-700 p-4">
<h1 class="px-2 py-1 text-xl font-bold">Commit</h1>
<form on:submit|preventDefault={onCommit} class="flex w-1/3 min-w-[500px] flex-col gap-4">
@ -230,8 +230,6 @@
>
Commit changes
</Button>
</div>
</form>
</div>