From 351f90cb4e89a04a9bdc77a33a1c048c44bfba4c Mon Sep 17 00:00:00 2001 From: Arman Date: Wed, 20 Jul 2022 13:19:30 +0200 Subject: [PATCH] fix: div into list --- .../console/[project]/storage/index.svelte | 28 ++++++++++--------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/src/routes/console/[project]/storage/index.svelte b/src/routes/console/[project]/storage/index.svelte index a53604445..f4fbe0409 100644 --- a/src/routes/console/[project]/storage/index.svelte +++ b/src/routes/console/[project]/storage/index.svelte @@ -35,7 +35,7 @@ {#if $bucketList?.total} -
3 ? '22rem' : '25rem' @@ -96,7 +96,7 @@
{/if} - +

Total results: {$bucketList.total}

@@ -120,17 +120,19 @@
{:else} -
-
- -
-
-

Add your first bucket to get started

-
-
- +
+
+
+ +
+
+

Add your first bucket to get started

+
+
+ +