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:
@@ -168,6 +168,11 @@
|
|||||||
strong.attention-caution, span.attention-caution {
|
strong.attention-caution, span.attention-caution {
|
||||||
color: var(--color-red-dark-1);
|
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>
|
</style>
|
||||||
|
|
||||||
<script defer data-domain="projects.blender.org" src="https://analytics.blender.org/js/script.js"></script>
|
<script defer data-domain="projects.blender.org" src="https://analytics.blender.org/js/script.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user