ui: fix
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
{:else}
|
||||
<div class="flex flex-col">
|
||||
{#if $session.teamId === '0' && ownApplications.length > 0}
|
||||
<div class="text-xl font-bold pb-5">Your Team's Applications</div>
|
||||
<div class="text-xl font-bold pb-5 px-1">Your Team's Applications</div>
|
||||
{/if}
|
||||
<div class="flex flex-col md:flex-row flex-wrap px-2 justify-center">
|
||||
{#each ownApplications as application}
|
||||
@@ -56,7 +56,7 @@
|
||||
{/each}
|
||||
</div>
|
||||
{#if otherApplications.length > 0 && $session.teamId === '0'}
|
||||
<div class="text-xl font-bold pb-5 pt-10">Other Team's Applications</div>
|
||||
<div class="text-xl font-bold pb-5 px-1 pt-10">Other Team's Applications</div>
|
||||
<div class="flex flex-col md:flex-row flex-wrap px-2 justify-center">
|
||||
{#each otherApplications as application}
|
||||
<Application {application} />
|
||||
|
||||
Reference in New Issue
Block a user