From d210c2311f96d9178d8b52c35faf619113aecce5 Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:14:58 -0700 Subject: [PATCH] Add bottom padding to automations list view Add a 10vh bottom padding rule for #automations-list-view in webui/static/style.css to provide extra spacing at the bottom of the automations list and prevent content from being obscured by fixed UI elements (e.g., footer). --- webui/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/webui/static/style.css b/webui/static/style.css index 5ed7cc7a..578d43fc 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -40831,6 +40831,7 @@ body.downloads-disabled [onclick*="DownloadMissing"]:not([onclick*="close"]) { .automations-container { padding: 20px 24px; } .automations-list { display: flex; flex-direction: column; gap: 0; } +#automations-list-view { padding-bottom: 10vh; } /* --- Section Headers (System / My Automations) --- */ .automations-section {