mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
Set page bottom padding to --page-spacing
This commit is contained in:
parent
a19d2bbd90
commit
e2c43f085f
@ -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 New Issue
Block a user