From 4c12e8bb0c1f57724860738df7de8effc315cac1 Mon Sep 17 00:00:00 2001 From: mr-forust Date: Tue, 8 Sep 2026 12:45:36 +0200 Subject: [PATCH] fix(ui): vertically center empty-state action button --- webui/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/webui/style.css b/webui/style.css index 19b6e59..12e242f 100644 --- a/webui/style.css +++ b/webui/style.css @@ -639,6 +639,14 @@ select { margin-top: 12px; } +.empty-state { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + min-height: 180px; +} + .viewer-empty-state { align-self: center; margin-top: var(--gap);