Skip to content

Commit 1922e5e

Browse files
committed
minor fixes to desktop grid flow
1 parent 6c065a6 commit 1922e5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/ui/src/lib/components/Usage.svelte

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,17 @@
8787
<div class="w-full">
8888
<div class="items-center grid grid-flow-row md:grid-flow-col md:w-96 gap-4">
8989
<h1 class="title text-4xl">Hardware Details</h1>
90-
<div class="grid gap-4">
90+
<div class="grid lg:grid-flow-col gap-4">
9191
{#if $appSession.teamId === '0'}
9292
<button
9393
on:click={manuallyCleanupStorage}
9494
class:loading={loading.cleanup}
95-
class="btn btn-sm h-14">Cleanup Storage</button
95+
class="btn btn-sm w-36 h-14">Cleanup Storage</button
9696
>
9797
<button
9898
on:click={restartCoolify}
9999
class:loading={loading.restart}
100-
class="btn btn-sm h-14 bg-red-600 hover:bg-red-500">Restart Coolify</button
100+
class="btn btn-sm w-36 h-14 bg-red-600 hover:bg-red-500">Restart Coolify</button
101101
>
102102
{/if}
103103
</div>

0 commit comments

Comments
 (0)