0
Fork 0
mirror of https://projects.blender.org/infrastructure/gitea-custom.git synced 2024-12-22 07:13:09 -05:00

Merge remote-tracking branch 'origin/develop'

Note that 611e7e835f was already merged as ffd1366dec.
This commit is contained in:
Dalai Felinto 2023-08-24 16:32:37 +02:00
commit d8abb3efab
3 changed files with 18 additions and 26 deletions

View file

@ -296,34 +296,10 @@
color: var(--color-label-text); 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 { .ui.tabular.menu {
border-color: var(--color-border); 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 { .ui.breadcrumb a {
color: var(--color-text); color: var(--color-text);
} }

View file

@ -7,7 +7,7 @@
<ul> <ul>
<li> <li>
<a href="{{AppSubUrl}}/blender/blender/milestone/7">Blender 4.0</a> <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>
<li> <li>
<a href="{{AppSubUrl}}/blender/blender/milestone/5">Blender 3.6 LTS</a> <a href="{{AppSubUrl}}/blender/blender/milestone/5">Blender 3.6 LTS</a>

View file

@ -455,7 +455,7 @@
</style> </style>
<style> <style>
/* Custom styling for code.blender.org */ /* Custom styling for projects.blender.org */
/* Make sure to start every line with ".nav-global" /* Make sure to start every line with ".nav-global"
* so changes affect the developer navbar only. */ * so changes affect the developer navbar only. */
@ -467,6 +467,22 @@
max-width: 1170px; 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> </style>
<div class="nav-global"> <div class="nav-global">