fix(routes): more ui tweaks
This commit is contained in:
parent
c7752f0be9
commit
d7e72519ef
@ -283,8 +283,7 @@
|
|||||||
<NewResource />
|
<NewResource />
|
||||||
{/if}
|
{/if}
|
||||||
</nav>
|
</nav>
|
||||||
<br/>
|
<div class="container lg:mx-auto lg:p-0 px-8 lg:pt-24">
|
||||||
<div class="container lg:mx-auto lg:p-0 px-8 lg:mt-24">
|
|
||||||
<!-- {#if $appSession.teamId === '0'}
|
<!-- {#if $appSession.teamId === '0'}
|
||||||
<Usage />
|
<Usage />
|
||||||
{/if} -->
|
{/if} -->
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
<div class="header p-5">
|
<div class="header p-5">
|
||||||
<h1 class="text-2xl font-bold">Servers</h1>
|
<h1 class="text-2xl font-bold">Servers</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="container lg:mx-auto lg:p-0 px-8 p-5">
|
<div class="container lg:mx-auto lg:p-0 px-8 p-5 lg:pt-20">
|
||||||
{#if servers.length > 0}
|
{#if servers.length > 0}
|
||||||
<div class="grid grid-col gap-8 auto-cols-max grid-cols-1 p-4">
|
<div class="grid grid-col gap-8 auto-cols-max grid-cols-1 p-4">
|
||||||
{#each servers as server}
|
{#each servers as server}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user