diff --git a/resources/css/app.css b/resources/css/app.css index 4d5bea20e..3bb1bc789 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -5,8 +5,12 @@ html { @apply min-h-screen h-full bg-coolgray-100; } +.scrollbar { + @apply scrollbar-thumb-coollabs-100 scrollbar-track-coolgray-200 scrollbar-w-1; +} + 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 { @apply px-32 xl:px-14 mx-auto max-w-screen-xl; diff --git a/resources/views/livewire/activity-monitor.blade.php b/resources/views/livewire/activity-monitor.blade.php index 93f664aba..8182c797d 100644 --- a/resources/views/livewire/activity-monitor.blade.php +++ b/resources/views/livewire/activity-monitor.blade.php @@ -1,7 +1,7 @@
@if ($this->activity)
+ 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">
{{ \App\Actions\CoolifyTask\RunRemoteProcess::decodeOutput($this->activity) }}
{{-- @else
Output will be here...
--}} diff --git a/resources/views/livewire/project/application/deployment-logs.blade.php b/resources/views/livewire/project/application/deployment-logs.blade.php index cc769bfe7..d77f3ad46 100644 --- a/resources/views/livewire/project/application/deployment-logs.blade.php +++ b/resources/views/livewire/project/application/deployment-logs.blade.php @@ -1,4 +1,4 @@
+ 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">
{{ \App\Actions\CoolifyTask\RunRemoteProcess::decodeOutput($activity) }}