Add bottom padding to library pagination for scroll breathing room

This commit is contained in:
Broque Thomas 2026-04-18 23:35:28 -07:00
parent 533091f605
commit 63230ae39c

View file

@ -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;
}