diff options
author | silverwind <me@silverwind.io> | 2024-03-23 00:54:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-22 23:54:09 +0000 |
commit | 3ccda41a539b8ba7841919ee12dc2877ddc03818 (patch) | |
tree | 0cadb8a2d0b1804d72c92e1c41c84d06ee2e156f /templates/explore | |
parent | bc92478575d9c1e84aa4ba4052dffcdc109a0323 (diff) | |
download | gitea-3ccda41a539b8ba7841919ee12dc2877ddc03818.tar.gz gitea-3ccda41a539b8ba7841919ee12dc2877ddc03818.zip |
Introduce `.secondary-nav` and handle `.page-content` spacing universally (#29982)
Fixes: https://github.com/go-gitea/gitea/issues/29981. Introduce
`.secondary-nav` as a universal way for styling and margin adjustments
inside `.page-content`.
If the first child of `.page-content` is `.secondary-nav`, we add margin
below it, otherwise we add padding to the first child. Notable changes:
- `--color-header-wrapper` is replaced with `--color-secondary-nav-bg`.
- `navbar` class is removed.
---------
Co-authored-by: Giteabot <teabot@gitea.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'templates/explore')
-rw-r--r-- | templates/explore/navbar.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/explore/navbar.tmpl b/templates/explore/navbar.tmpl index 8841613b9f..8e619fa66f 100644 --- a/templates/explore/navbar.tmpl +++ b/templates/explore/navbar.tmpl @@ -1,4 +1,4 @@ -<overflow-menu class="ui secondary pointing tabular top attached borderless menu navbar"> +<overflow-menu class="ui secondary pointing tabular top attached borderless menu secondary-nav"> <div class="overflow-menu-items tw-justify-center"> <a class="{{if .PageIsExploreRepositories}}active {{end}}item" href="{{AppSubUrl}}/explore/repos"> {{svg "octicon-repo"}} {{ctx.Locale.Tr "explore.repos"}} |