From 0df45be2f074cf7d5c4c691cc22f57c25d6ed86e Mon Sep 17 00:00:00 2001 From: I Made Setia Baruna Date: Thu, 4 Feb 2021 03:50:47 +0800 Subject: [PATCH] Update styling on wish counter --- src/routes/wish/_counter.svelte | 38 ++++++++++++++++----------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/routes/wish/_counter.svelte b/src/routes/wish/_counter.svelte index 0ef92225..3ec8a6c2 100644 --- a/src/routes/wish/_counter.svelte +++ b/src/routes/wish/_counter.svelte @@ -190,7 +190,7 @@ } -
+

{name}

{/if}
+
+ +
{#if isDetailOpen}
+
+
+ Click the list to edit or delete +
+ +
- - - + + + {#each sortedPull as pull, index} openEditModal(index, pull.type, pull.id, pull.time, pull.pity)}> @@ -281,24 +294,11 @@ }`}>{weaponList[pull.id].name} {/if} - - + + {/each}
NameTimePityNameTimePity
{dayjs.unix(pull.time).format('YYYY-MM-DD HH:mm:ss')}{pull.pity}{dayjs.unix(pull.time).format('YYYY-MM-DD HH:mm:ss')}{pull.pity}
-
-
- Click the list to edit or delete -
- -
{/if} -
- -