diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index 9850c13..5fcd32f 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -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; + }