Update for Gitea 1.21

Previous changes for 1.20, and moving files public/assets/.
This commit is contained in:
Brecht Van Lommel
2023-10-17 20:02:09 +02:00
parent 391876ff30
commit 291e5b85d9
12 changed files with 20 additions and 25 deletions

View File

@@ -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">