feat(stickyHeader): collapse page tools label in sticky header

This commit is contained in:
alistair3149 2024-10-17 03:27:40 -04:00
parent ecdf9f2a2a
commit 17525528f5
No known key found for this signature in database

View file

@ -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 {