Update for changes in Gitea 1.21 and 1.20
This commit is contained in:
parent
8f2a59000b
commit
a168b7d35a
13 changed files with 21 additions and 26 deletions
|
@ -455,7 +455,7 @@
|
|||
</style>
|
||||
|
||||
<style>
|
||||
/* Custom styling for code.blender.org */
|
||||
/* Custom styling for projects.blender.org */
|
||||
/* Make sure to start every line with ".nav-global"
|
||||
* so changes affect the developer navbar only. */
|
||||
|
||||
|
@ -467,6 +467,22 @@
|
|||
max-width: 1170px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Override Gitea's default navbar height. */
|
||||
#navbar {
|
||||
min-height: 46px;
|
||||
}
|
||||
|
||||
/* Hide the site logo. */
|
||||
#navbar .item:first-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Fix alignment of text in dropdown items. */
|
||||
.ui.dropdown>.text {
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="nav-global">
|
||||
|
|
|
@ -32,4 +32,4 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<a class="item" href="{{AppSubUrl}}/blender/blender/issues/new?template=.gitea%2fissue_template%2fbug.yaml">{{.locale.Tr "Report a Bug"}}</a>
|
||||
<a class="item" href="{{AppSubUrl}}/blender/blender/issues/new?template=.gitea%2fissue_template%2fbug.yaml">Report a Bug</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue