mirror of
https://github.com/go-gitea/gitea
synced 2024-11-21 19:02:20 +01:00
Set page bottom padding to --page-spacing
This commit is contained in:
parent
a19d2bbd90
commit
e2c43f085f
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue