mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-24 13:37:34 +03:00
format
This commit is contained in:
parent
a56eb55888
commit
fb7522463a
12
src/app.html
12
src/app.html
@ -6,12 +6,10 @@
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
|
||||
<body
|
||||
class="h-full w-full font-sans text-base antialiased"
|
||||
style="
|
||||
height: 100vh;
|
||||
background: linear-gradient(152.08deg, #27272A 17.75%, #19191F 99.04%);
|
||||
">
|
||||
<div style="display: contents;">%sveltekit.body%</div>
|
||||
<body
|
||||
class="h-full w-full font-sans text-base antialiased"
|
||||
style="height: 100vh; background: linear-gradient(152.08deg, #27272a 17.75%, #19191f 99.04%)"
|
||||
>
|
||||
<div style="display: contents">%sveltekit.body%</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -178,7 +178,7 @@
|
||||
href="/projects/{project.id}/"
|
||||
>
|
||||
<div
|
||||
class="group flex flex-col justify-between space-y-1 rounded-lg border border-zinc-700 border-t-zinc-600 border-t-[1] bg-[#2F2F33] hover:bg-[#3B3B3F] shadow transition duration-150 ease-out hover:ease-in"
|
||||
class="group flex flex-col justify-between space-y-1 rounded-lg border border-zinc-700 border-t-zinc-600 border-t-[1] bg-[#2F2F33] shadow transition duration-150 ease-out hover:bg-[#3B3B3F] hover:ease-in"
|
||||
>
|
||||
<div class="flex-grow-0 px-4 py-4">
|
||||
<div class="text-lg text-zinc-300 hover:text-zinc-200">
|
||||
|
@ -143,8 +143,9 @@
|
||||
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||
<path
|
||||
fill="#52525B"
|
||||
d="M14 13v1a1 1 0 01-1 1H6c-.575 0-1-.484-1-1V7a1 1 0 011-1h1c1.037 0 1.04 1.5 0 1.5-.178.005-.353 0-.5 0v6h6V13c0-1 1.5-1 1.5 0zm-3.75-7.25A.75.75 0 0111 5h4v4a.75.75 0 01-1.5 0V7.56l-3.22 3.22a.75.75 0 11-1.06-1.06l3.22-3.22H11a.75.75 0 01-.75-.75z"/>
|
||||
</svg>
|
||||
d="M14 13v1a1 1 0 01-1 1H6c-.575 0-1-.484-1-1V7a1 1 0 011-1h1c1.037 0 1.04 1.5 0 1.5-.178.005-.353 0-.5 0v6h6V13c0-1 1.5-1 1.5 0zm-3.75-7.25A.75.75 0 0111 5h4v4a.75.75 0 01-1.5 0V7.56l-3.22 3.22a.75.75 0 11-1.06-1.06l3.22-3.22H11a.75.75 0 01-.75-.75z"
|
||||
/>
|
||||
</svg>
|
||||
</div>
|
||||
</a>
|
||||
{:else}
|
||||
|
@ -318,7 +318,7 @@
|
||||
{#if initiatedCommit}
|
||||
<div class="flex gap-2">
|
||||
<button
|
||||
class="w-[60px] button rounded border border-zinc-600 py-2 text-white hover:bg-zinc-800"
|
||||
class="button w-[60px] rounded border border-zinc-600 py-2 text-white hover:bg-zinc-800"
|
||||
on:click={() => {
|
||||
initiatedCommit = false;
|
||||
}}>✘</button
|
||||
@ -346,8 +346,7 @@
|
||||
</div>
|
||||
{:else}
|
||||
<button
|
||||
|
||||
class="button rounded bg-blue-600 py-2 px-3 text-whit hover:bg-blue-700"
|
||||
class="button text-whit rounded bg-blue-600 py-2 px-3 hover:bg-blue-700"
|
||||
on:click={() => {
|
||||
filesSelectedForCommit = $filesStatus.map((file) => {
|
||||
return file.path;
|
||||
|
Loading…
Reference in New Issue
Block a user