From 17525528f5e2f87e11637e2cfa64867e3e207a84 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Thu, 17 Oct 2024 03:27:40 -0400 Subject: [PATCH] =?UTF-8?q?feat(stickyHeader):=20=E2=9C=A8=20collapse=20pa?= =?UTF-8?q?ge=20tools=20label=20in=20sticky=20header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/skins.citizen.styles/components/StickyHeader.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/skins.citizen.styles/components/StickyHeader.less b/resources/skins.citizen.styles/components/StickyHeader.less index d90b2e25..1cfa2269 100644 --- a/resources/skins.citizen.styles/components/StickyHeader.less +++ b/resources/skins.citizen.styles/components/StickyHeader.less @@ -83,6 +83,12 @@ background-color: var( --background-color-button-quiet--active ); } } + + // Collapse page tools label in sticky header + .page-actions > .mw-portlet li > a { + gap: 0; + font-size: 0; + } } html {