Set page bottom padding to --page-spacing

This commit is contained in:
silverwind 2024-04-25 01:46:18 +02:00
parent a19d2bbd90
commit e2c43f085f
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443
1 changed files with 2 additions and 2 deletions

View File

@ -477,12 +477,12 @@ img.ui.avatar,
.full.height {
flex-grow: 1;
padding-bottom: 80px;
padding-bottom: var(--page-spacing);
}
/* add margin below .secondary nav when it is the first child */
.page-content > :first-child.secondary-nav {
margin-bottom: 14px;
margin-bottom: var(--page-spacing);
}
/* add margin to all pages when there is no .secondary.nav */