From 63230ae39c809dfb007073bf6ed65de254d8936b Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Sat, 18 Apr 2026 23:35:28 -0700 Subject: [PATCH] Add bottom padding to library pagination for scroll breathing room --- webui/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/static/style.css b/webui/static/style.css index e493981b..a123bd09 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -22771,7 +22771,7 @@ body.helper-mode-active #dashboard-activity-feed:hover { justify-content: center; align-items: center; gap: 20px; - padding: 20px 0; + padding: 20px 0 10vh; margin-top: auto; }