Skip to content

Commit

Permalink
small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
GitPaulo committed Aug 12, 2024
1 parent 697c2f0 commit 937a630
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ body {
opacity: 0.9;
z-index: 1;
border-radius: 8px;
transition: all 0.3s ease-in-out;
transition: all 0.5s ease-in-out;
}

.content-container {
Expand Down
8 changes: 5 additions & 3 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,11 @@

<!-- Content -->
{#if $loading}
<p class="text-center text-gray-600">
Preparing your quests... <b>K-kupo!</b>
</p>
<div class="bg-white p-4 rounded-lg shadow-md max-w-max mx-auto">
<p class="text-center text-gray-600">
Preparing your quests... <b>K-kupo!</b>
</p>
</div>
<img src="loading.gif" alt="Loading" class="mx-auto mt-4" />
{:else}
<div class="mb-6 flex relative">
Expand Down
Binary file modified static/default_quest_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 937a630

Please sign in to comment.