minor fixes to desktop grid flow
This commit is contained in:
		@@ -87,17 +87,17 @@
 | 
			
		||||
<div class="w-full">
 | 
			
		||||
	<div class="items-center grid grid-flow-row md:grid-flow-col md:w-96 gap-4">
 | 
			
		||||
		<h1 class="title text-4xl">Hardware Details</h1>
 | 
			
		||||
		<div class="grid gap-4">
 | 
			
		||||
		<div class="grid lg:grid-flow-col gap-4">
 | 
			
		||||
			{#if $appSession.teamId === '0'}
 | 
			
		||||
				<button
 | 
			
		||||
					on:click={manuallyCleanupStorage}
 | 
			
		||||
					class:loading={loading.cleanup}
 | 
			
		||||
					class="btn btn-sm  h-14">Cleanup Storage</button
 | 
			
		||||
					class="btn btn-sm w-36 h-14">Cleanup Storage</button
 | 
			
		||||
				>
 | 
			
		||||
				<button
 | 
			
		||||
					on:click={restartCoolify}
 | 
			
		||||
					class:loading={loading.restart}
 | 
			
		||||
					class="btn btn-sm h-14 bg-red-600 hover:bg-red-500">Restart Coolify</button
 | 
			
		||||
					class="btn btn-sm w-36 h-14 bg-red-600 hover:bg-red-500">Restart Coolify</button
 | 
			
		||||
				>
 | 
			
		||||
			{/if}
 | 
			
		||||
		</div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user