From b79ffdbbcf36faa48dade96ab63fec9baa2bbf82 Mon Sep 17 00:00:00 2001 From: KennyG Date: Thu, 2 Apr 2026 08:53:44 -0400 Subject: [PATCH] Polish webhook integration row alignment in settings UI. Shrink the enabled column, expand endpoint space, and slightly widen timeout numeric input to improve readability and alignment in the webhook integration controls. Made-with: Cursor --- ui/src/app/app.html | 1097 ++++++++++++++++++++----------------------- ui/src/app/app.sass | 3 + 2 files changed, 502 insertions(+), 598 deletions(-) diff --git a/ui/src/app/app.html b/ui/src/app/app.html index 4fa0f31..3a666f0 100644 --- a/ui/src/app/app.html +++ b/ui/src/app/app.html @@ -6,34 +6,34 @@
@if (activeDownloads > 0) { -
- - {{activeDownloads}} downloading -
+
+ + {{activeDownloads}} downloading +
} @if (queuedDownloads > 0) { -
- - {{queuedDownloads}} queued -
+
+ + {{queuedDownloads}} queued +
} @if (completedDownloads > 0) { -
- - {{completedDownloads}} completed -
+
+ + {{completedDownloads}} completed +
} @if (failedDownloads > 0) { -
- - {{failedDownloads}} failed -
+
+ + {{failedDownloads}} failed +
} @if ((totalSpeed | speed) !== '') { -
- - {{totalSpeed | speed }} -
+
+ + {{totalSpeed | speed }} +
}