ui: fixes
This commit is contained in:
@@ -62,9 +62,9 @@
|
||||
{:else}
|
||||
<div class="flex flex-col">
|
||||
{#if $session.teamId === '0'}
|
||||
<div class="text-xl font-bold pb-5 -ml-10">Your Team's Applications</div>
|
||||
<div class="text-xl font-bold pb-5">Your Team's Applications</div>
|
||||
{/if}
|
||||
<div class="flex flex-col md:flex-row flex-wrap">
|
||||
<div class="flex flex-col md:flex-row flex-wrap px-2 justify-center">
|
||||
{#each ownSources as source}
|
||||
<a href="/sources/{source.id}" class="no-underline p-2 w-96">
|
||||
<div
|
||||
@@ -90,8 +90,8 @@
|
||||
</div>
|
||||
|
||||
{#if otherSources.length > 0 && $session.teamId === '0'}
|
||||
<div class="text-xl font-bold pb-5 pt-10 -ml-10">Other Team's Applications</div>
|
||||
<div class="flex flex-col md:flex-row flex-wrap">
|
||||
<div class="text-xl font-bold pb-5 pt-10 ">Other Team's Applications</div>
|
||||
<div class="flex flex-col md:flex-row flex-wrap px-2 justify-center">
|
||||
{#each otherSources as source}
|
||||
<a href="/sources/{source.id}" class="no-underline p-2 w-96">
|
||||
<div
|
||||
|
Reference in New Issue
Block a user