fix position
This commit is contained in:
parent
26122bf985
commit
a643729b4c
@ -106,7 +106,7 @@
|
|||||||
{#if currentStatus === 'queued'}
|
{#if currentStatus === 'queued'}
|
||||||
<div class="text-center font-bold text-xl">{$t('application.build.queued_waiting_exec')}</div>
|
<div class="text-center font-bold text-xl">{$t('application.build.queued_waiting_exec')}</div>
|
||||||
{:else}
|
{:else}
|
||||||
<div class="flex justify-end sticky top-0 p-2">
|
<div class="flex justify-end sticky top-0 p-1 mx-1">
|
||||||
<button
|
<button
|
||||||
on:click={followBuild}
|
on:click={followBuild}
|
||||||
class="bg-transparent hover:text-green-500 hover:bg-coolgray-500"
|
class="bg-transparent hover:text-green-500 hover:bg-coolgray-500"
|
||||||
|
@ -144,7 +144,7 @@
|
|||||||
{#if loadLogsInterval}
|
{#if loadLogsInterval}
|
||||||
<LoadingLogs />
|
<LoadingLogs />
|
||||||
{/if}
|
{/if}
|
||||||
<div class="flex justify-end sticky top-0 p-2 mx-1">
|
<div class="flex justify-end sticky top-0 p-1 mx-1">
|
||||||
<button
|
<button
|
||||||
on:click={followBuild}
|
on:click={followBuild}
|
||||||
class="bg-transparent"
|
class="bg-transparent"
|
||||||
|
@ -127,7 +127,7 @@
|
|||||||
{#if loadLogsInterval}
|
{#if loadLogsInterval}
|
||||||
<LoadingLogs />
|
<LoadingLogs />
|
||||||
{/if}
|
{/if}
|
||||||
<div class="flex justify-end sticky top-0 p-2 mx-1">
|
<div class="flex justify-end sticky top-0 p-1 mx-1">
|
||||||
<button
|
<button
|
||||||
on:click={followBuild}
|
on:click={followBuild}
|
||||||
class="bg-transparent"
|
class="bg-transparent"
|
||||||
|
@ -124,7 +124,7 @@
|
|||||||
{#if loadLogsInterval}
|
{#if loadLogsInterval}
|
||||||
<LoadingLogs />
|
<LoadingLogs />
|
||||||
{/if}
|
{/if}
|
||||||
<div class="flex justify-end sticky top-0 p-2 mx-1">
|
<div class="flex justify-end sticky top-0 p-1 mx-1">
|
||||||
<button
|
<button
|
||||||
on:click={followBuild}
|
on:click={followBuild}
|
||||||
class="bg-transparent"
|
class="bg-transparent"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user