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).
pull/295/head
Broque Thomas 1 month ago
parent c77cf25912
commit d210c2311f

@ -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 {

Loading…
Cancel
Save