mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-23 22:13:38 +00:00
feat(stickyHeader): ✨ collapse page tools label in sticky header
This commit is contained in:
parent
ecdf9f2a2a
commit
17525528f5
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue