ui:fix
This commit is contained in:
parent
020013683b
commit
aae108032c
@ -56,7 +56,7 @@
|
||||
{/each}
|
||||
</div>
|
||||
{#if otherApplications.length > 0 && $session.teamId === '0'}
|
||||
<div class="text-xl font-bold pb-5 px-1 pt-10">Other Team's Applications</div>
|
||||
<div class="text-xl font-bold pb-5 px-1 pt-10 px-6">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} />
|
||||
|
@ -90,7 +90,7 @@
|
||||
{/each}
|
||||
</div>
|
||||
{#if otherDatabases.length > 0 && $session.teamId === '0'}
|
||||
<div class="text-xl font-bold pb-5 px-1 pt-10">Other Team's Databases</div>
|
||||
<div class="text-xl font-bold pb-5 px-1 pt-10 px-6">Other Team's Databases</div>
|
||||
<div class="flex flex-col md:flex-row flex-wrap px-2 justify-center">
|
||||
{#each otherDatabases as database}
|
||||
<a href="/databases/{database.id}" class="no-underline p-2 w-96">
|
||||
|
@ -81,7 +81,7 @@
|
||||
</div>
|
||||
|
||||
{#if otherDestinations.length > 0 && $session.teamId === '0'}
|
||||
<div class="text-xl font-bold pb-5 px-1 pt-10">Other Team's Destinations</div>
|
||||
<div class="text-xl font-bold pb-5 px-1 pt-10 px-6">Other Team's Destinations</div>
|
||||
<div class="flex flex-col md:flex-row flex-wrap px-2 justify-center">
|
||||
{#each otherDestinations as destination}
|
||||
<a href="/destinations/{destination.id}" class="no-underline p-2 w-96">
|
||||
|
@ -103,7 +103,7 @@
|
||||
{/if}
|
||||
<div class="flex flex-wrap justify-center">
|
||||
<div class="flex flex-col">
|
||||
<div class=" pb-5 text-xl font-bold">Current Team</div>
|
||||
<div class=" px-6 pb-5 text-xl font-bold">Current Team</div>
|
||||
<div class="flex flex-col flex-wrap justify-center px-2 md:flex-row">
|
||||
{#each ownTeams as team}
|
||||
<a href="/teams/{team.teamId}" class="w-96 p-2 no-underline">
|
||||
@ -123,7 +123,7 @@
|
||||
{/each}
|
||||
</div>
|
||||
|
||||
<div class=" pb-5 pt-10 text-xl font-bold">Other Teams</div>
|
||||
<div class="px-6 pb-5 pt-10 text-xl font-bold">Other Teams</div>
|
||||
<div class="flex flex-col flex-wrap justify-center px-2 md:flex-row">
|
||||
{#each otherTeams as team}
|
||||
<a href="/teams/{team.teamId}" class="w-96 p-2 no-underline">
|
||||
|
Loading…
Reference in New Issue
Block a user