Fix: Style navbar dropdown item flex justification for browser Chrome globally

Fix style navbar dropdown item flex justification for browser Chrome in all
themes.
This commit is contained in:
Márton Lente
2025-02-17 19:22:25 +01:00
parent fcfcc48fce
commit 4e09d8e7bf

View File

@@ -168,6 +168,11 @@
strong.attention-caution, span.attention-caution {
color: var(--color-red-dark-1);
}
/* Make Navbar dropdown item left-aligned. Needed from Chromium v133.x. */
#navbar .dropdown .item {
justify-content: flex-start;
}
</style>
<script defer data-domain="projects.blender.org" src="https://analytics.blender.org/js/script.js"></script>