diff --git a/resources/css/utilities.css b/resources/css/utilities.css index abb177835..4f8230487 100644 --- a/resources/css/utilities.css +++ b/resources/css/utilities.css @@ -292,3 +292,14 @@ @utility dz-button { @utility xterm { @apply p-2; } + +/* Log line optimization - uses content-visibility for lazy rendering of off-screen log lines */ +@utility log-line { + content-visibility: auto; + contain-intrinsic-size: auto 1.5em; +} + +/* Search highlight styling for logs */ +@utility log-highlight { + @apply bg-warning/40 dark:bg-warning/30 rounded-sm px-0.5; +} diff --git a/resources/views/livewire/project/application/deployment/show.blade.php b/resources/views/livewire/project/application/deployment/show.blade.php index 5f37786f5..8b50e523b 100644 --- a/resources/views/livewire/project/application/deployment/show.blade.php +++ b/resources/views/livewire/project/application/deployment/show.blade.php @@ -8,26 +8,44 @@
@@ -212,7 +240,7 @@ class="text-xs text-gray-500 dark:text-gray-400 whitespace-nowrap"> -