mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-17 22:11:59 +03:00
pnpm format
This commit is contained in:
parent
a8e4c4c692
commit
dae2f6f7ef
@ -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;
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user