fix breadcrumbs on edit page

This commit is contained in:
2026-05-21 20:42:27 +02:00
parent 9cd212876c
commit 30f1768406
2 changed files with 9 additions and 2 deletions
+5
View File
@@ -20,6 +20,11 @@ function ruleHasDeclaration(selector, declaration) {
return false;
}
assert(
ruleHasDeclaration(".westgate-wiki .wiki-breadcrumb-trail__action", "padding-left: 12px"),
"Wiki edit action should keep the same left-side separator spacing as breadcrumb items"
);
[
"--wiki-breadcrumb-color: color-mix(in srgb, var(--wg-text-muted) 68%, transparent)",
"font-family: var(--wg-font-display)",