pin clock to bottom
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Philipp Dormann 2023-04-15 20:34:14 +02:00
parent b3ce711e6b
commit b287db4d0a
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
1 changed files with 233 additions and 219 deletions

View File

@ -140,13 +140,13 @@
class="min-h-screen flex items-center justify-center bg-gray-100"
style="background-image: url('/beamershow_background.png');background-position: center;background-size: contain;background-repeat:no-repeat;"
>
<div style="width:55vw;">
<div class="w-full">
<div style="width:55vw;" class="mx-auto">
<!-- -->
{#if current_page === "general"}
<div transition:slide|local>
<h1
class="mr-6 text-7xl font-semibold text-center text-gray-900 font-mono"
>
{hours}:{minutes}:{seconds}
<h1 class="mr-6 text-7xl font-semibold text-center text-gray-900">
Statistiken
</h1>
<!-- -->
<div class="flex flex-wrap -mx-1 overflow-hidden mt-5">
@ -178,7 +178,9 @@
</div>
{:else if current_page === "runners_distance"}
<div transition:slide|local>
<h1 class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5">
<h1
class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5"
>
{$_("top-laeufer")} ({$_("distanz")})
</h1>
<table class="table p-4 bg-white shadow rounded-lg w-full">
@ -229,7 +231,9 @@
</div>
{:else if current_page === "runners_laptime"}
<div transition:slide|local>
<h1 class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5">
<h1
class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5"
>
{$_("top-laeufer")} ({$_("rundenzeit")})
</h1>
<table class="table p-4 bg-white shadow rounded-lg w-full">
@ -280,7 +284,9 @@
</div>
{:else if current_page === "orgs_distance"}
<div transition:slide|local>
<h1 class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5">
<h1
class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5"
>
{$_("top-organsiationen")}
</h1>
<table class="table p-4 bg-white shadow rounded-lg w-full">
@ -322,7 +328,9 @@
</div>
{:else if current_page === "teams_distance"}
<div transition:slide|local>
<h1 class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5">
<h1
class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5"
>
{$_("top-teams")}
</h1>
<table class="table p-4 bg-white shadow rounded-lg w-full">
@ -366,4 +374,10 @@
<!-- content here -->
{/if}
</div>
</div>
<h1
class="text-5xl font-semibold text-center text-gray-900 font-mono bottom-2 w-full fixed"
>
{hours}:{minutes}:{seconds}
</h1>
</div>