This commit is contained in:
silverwind 2024-04-26 20:49:11 +03:00 committed by GitHub
commit f8b4a8c222
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 */