ui: fixes

This commit is contained in:
Andras Bacsai 2022-04-08 15:02:48 +02:00
parent 3449e0f8fc
commit e3f78a1cf9
4 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@
</div> </div>
{/if} {/if}
</div> </div>
<div class="flex flex-wrap justify-center"> <div class="flex flex-col flex-wrap justify-center">
{#if !applications || ownApplications.length === 0} {#if !applications || ownApplications.length === 0}
<div class="flex-col"> <div class="flex-col">
<div class="text-center text-xl font-bold">No applications found</div> <div class="text-center text-xl font-bold">No applications found</div>

View File

@ -45,7 +45,7 @@
</div> </div>
</div> </div>
<div class="flex flex-wrap justify-center"> <div class="flex flex-col flex-wrap justify-center">
{#if !databases || ownDatabases.length === 0} {#if !databases || ownDatabases.length === 0}
<div class="flex-col"> <div class="flex-col">
<div class="text-center text-xl font-bold">No databases found</div> <div class="text-center text-xl font-bold">No databases found</div>

View File

@ -51,7 +51,7 @@
</div> </div>
</div> </div>
<div class="flex flex-wrap justify-center"> <div class="flex flex-col flex-wrap justify-center">
{#if !services || ownServices.length === 0} {#if !services || ownServices.length === 0}
<div class="flex-col"> <div class="flex-col">
<div class="text-center text-xl font-bold">No services found</div> <div class="text-center text-xl font-bold">No services found</div>

View File

@ -61,7 +61,7 @@
</button> </button>
{/if} {/if}
</div> </div>
<div class="flex flex-wrap justify-center"> <div class="flex flex-col flex-wrap justify-center">
{#if !sources || ownSources.length === 0} {#if !sources || ownSources.length === 0}
<div class="flex-col"> <div class="flex-col">
<div class="text-center text-xl font-bold">No git sources found</div> <div class="text-center text-xl font-bold">No git sources found</div>