Remove some cruft

This commit is contained in:
shamoon
2025-11-19 12:56:56 -08:00
parent a094dfb67e
commit 377942c4f2
2 changed files with 1 additions and 5 deletions

View File

@@ -41,8 +41,6 @@
} }
</ul> </ul>
<div [ngbNavOutlet]="nav" class="mt-2"></div>
<cdk-virtual-scroll-viewport <cdk-virtual-scroll-viewport
autosize autosize
[minBufferPx]="200" [minBufferPx]="200"

View File

@@ -16,9 +16,7 @@
} }
.log-container { .log-container {
overflow-y: scroll; height: calc(100vh - 190px);
height: calc(100vh - 200px);
top: 0;
p { p {
white-space: pre-wrap; white-space: pre-wrap;