1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-06-29 01:45:30 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
silverwind
90a1f89951
Merge e2c43f085f into fb7b743bd0 2024-05-30 15:36:56 +08:00
silverwind
e2c43f085f
Set page bottom padding to --page-spacing 2024-04-25 01:46:18 +02:00

View File

@ -474,12 +474,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 */