This commit is contained in:
Andras Bacsai 2022-04-07 19:11:58 +02:00
parent fedb38f2bc
commit 4e819f6eba
3 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@
<div class="text-center text-xl font-bold">No databases found</div> <div class="text-center text-xl font-bold">No databases found</div>
</div> </div>
{:else} {:else}
<div class="flex flex-col px-8"> <div class="flex flex-col">
{#if $session.teamId === '0' && ownDatabases.length > 0 && otherDatabases.length > 0} {#if $session.teamId === '0' && ownDatabases.length > 0 && otherDatabases.length > 0}
<div class="text-xl font-bold pb-5 px-6">Current Team</div> <div class="text-xl font-bold pb-5 px-6">Current Team</div>
{/if} {/if}

View File

@ -105,7 +105,7 @@
{/each} {/each}
</div> </div>
{#if otherServices.length > 0 && $session.teamId === '0'} {#if otherServices.length > 0 && $session.teamId === '0'}
<div class="text-xl font-bold pb-5 px-1 pt-10 ">Other Team's</div> <div class="text-xl font-bold pb-5 pt-10 px-6">Other Team's</div>
<div class="flex flex-col md:flex-row flex-wrap px-2 justify-center"> <div class="flex flex-col md:flex-row flex-wrap px-2 justify-center">
{#each otherServices as service} {#each otherServices as service}
<a href="/services/{service.id}" class="no-underline p-2 w-96"> <a href="/services/{service.id}" class="no-underline p-2 w-96">

View File

@ -90,7 +90,7 @@
</div> </div>
{#if otherSources.length > 0 && $session.teamId === '0'} {#if otherSources.length > 0 && $session.teamId === '0'}
<div class="text-xl font-bold pb-5 px-1 pt-10 ">Other Team's</div> <div class="text-xl font-bold pb-5 pt-10 px-6">Other Team's</div>
<div class="flex flex-col md:flex-row flex-wrap px-2 justify-center"> <div class="flex flex-col md:flex-row flex-wrap px-2 justify-center">
{#each otherSources as source} {#each otherSources as source}
<a href="/sources/{source.id}" class="no-underline p-2 w-96"> <a href="/sources/{source.id}" class="no-underline p-2 w-96">