scrollbar
This commit is contained in:
@@ -5,8 +5,12 @@
|
|||||||
html {
|
html {
|
||||||
@apply min-h-screen h-full bg-coolgray-100;
|
@apply min-h-screen h-full bg-coolgray-100;
|
||||||
}
|
}
|
||||||
|
.scrollbar {
|
||||||
|
@apply scrollbar-thumb-coollabs-100 scrollbar-track-coolgray-200 scrollbar-w-1;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@apply min-h-screen bg-coolgray-100 text-neutral-400 antialiased scrollbar-thumb-coollabs-100 scrollbar-track-coolgray-200 scrollbar-w-1;
|
@apply scrollbar min-h-screen bg-coolgray-100 text-neutral-400 antialiased ;
|
||||||
}
|
}
|
||||||
main {
|
main {
|
||||||
@apply px-32 xl:px-14 mx-auto max-w-screen-xl;
|
@apply px-32 xl:px-14 mx-auto max-w-screen-xl;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<div>
|
<div>
|
||||||
@if ($this->activity)
|
@if ($this->activity)
|
||||||
<div
|
<div
|
||||||
class="flex flex-col-reverse w-full overflow-y-auto border border-solid rounded border-coolgray-300 max-h-[32rem] p-4 text-xs text-white">
|
class="scrollbar flex flex-col-reverse w-full overflow-y-auto border border-solid rounded border-coolgray-300 max-h-[32rem] p-4 text-xs text-white">
|
||||||
<pre class="font-mono whitespace-pre-wrap" @if ($isPollingActive) wire:poll.2000ms="polling" @endif>{{ \App\Actions\CoolifyTask\RunRemoteProcess::decodeOutput($this->activity) }}</pre>
|
<pre class="font-mono whitespace-pre-wrap" @if ($isPollingActive) wire:poll.2000ms="polling" @endif>{{ \App\Actions\CoolifyTask\RunRemoteProcess::decodeOutput($this->activity) }}</pre>
|
||||||
{{-- @else
|
{{-- @else
|
||||||
<pre class="whitespace-pre-wrap">Output will be here...</pre> --}}
|
<pre class="whitespace-pre-wrap">Output will be here...</pre> --}}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<div
|
<div
|
||||||
class="flex flex-col-reverse w-full overflow-y-auto border border-solid rounded border-coolgray-300 max-h-[32rem] p-4 mt-4 text-xs text-white">
|
class="scrollbar flex flex-col-reverse w-full overflow-y-auto border border-solid rounded border-coolgray-300 max-h-[32rem] p-4 mt-4 text-xs text-white">
|
||||||
<pre class="font-mono whitespace-pre-wrap" @if ($isKeepAliveOn) wire:poll.2000ms="polling" @endif>{{ \App\Actions\CoolifyTask\RunRemoteProcess::decodeOutput($activity) }}</pre>
|
<pre class="font-mono whitespace-pre-wrap" @if ($isKeepAliveOn) wire:poll.2000ms="polling" @endif>{{ \App\Actions\CoolifyTask\RunRemoteProcess::decodeOutput($activity) }}</pre>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user