Add bottom padding to library pagination for scroll breathing room
This commit is contained in:
parent
533091f605
commit
63230ae39c
1 changed files with 1 additions and 1 deletions
|
|
@ -22771,7 +22771,7 @@ body.helper-mode-active #dashboard-activity-feed:hover {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
padding: 20px 0;
|
padding: 20px 0 10vh;
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue