mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2024-12-21 23:03:13 -05:00
Merge remote-tracking branch 'origin/develop'
Note that611e7e835f
was already merged asffd1366dec
.
This commit is contained in:
commit
d8abb3efab
3 changed files with 18 additions and 26 deletions
|
@ -296,34 +296,10 @@
|
|||
color: var(--color-label-text);
|
||||
}
|
||||
|
||||
.following.bar #navbar {
|
||||
min-height: 45px;
|
||||
}
|
||||
|
||||
/* Align items (notifications, dropdown toggle) to the right. */
|
||||
.following.bar #navbar .brand {
|
||||
justify-content: flex-end !important;
|
||||
}
|
||||
|
||||
.ui.tabular.menu {
|
||||
border-color: var(--color-border);
|
||||
}
|
||||
|
||||
/* Navbar logo. */
|
||||
.item.brand a {
|
||||
opacity: .8;
|
||||
transition: opacity var(--transition-speed) ease-in-out;
|
||||
}
|
||||
|
||||
.item.brand a:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.item.brand svg {
|
||||
height: 21px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ui.breadcrumb a {
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<ul>
|
||||
<li>
|
||||
<a href="{{AppSubUrl}}/blender/blender/milestone/7">Blender 4.0</a>
|
||||
— <strong>Bcon1</strong>: New features and changes
|
||||
— <strong>Bcon2</strong>: Improve and stabilize
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{AppSubUrl}}/blender/blender/milestone/5">Blender 3.6 LTS</a>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue