From bdf885fee42d68a0f2808df2e07968d121f4f6c4 Mon Sep 17 00:00:00 2001 From: Tony Miller Date: Fri, 3 May 2024 09:49:43 -0700 Subject: [PATCH] add padding to shrimpo entries dl btn --- app/templates/home/shrimpos/show.hbs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app/templates/home/shrimpos/show.hbs b/app/templates/home/shrimpos/show.hbs index b1ae0a1f..780001a8 100644 --- a/app/templates/home/shrimpos/show.hbs +++ b/app/templates/home/shrimpos/show.hbs @@ -57,10 +57,12 @@
{{#if this.canShowEntries}} -

Entries

- {{#if this.model.entriesZipFileUrl}} - DOWNLOAD ALL - {{/if}} +
+

Entries

+ {{#if this.model.entriesZipFileUrl}} + DOWNLOAD ALL + {{/if}} +
{{#each this.model.savedShrimpoEntries as |shrimpoEntry|}} {{/each}}