diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index 91317cb..19b9b31 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -174,6 +174,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; + }