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).
This commit is contained in:
parent
c77cf25912
commit
d210c2311f
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue