mediawiki-skins-Citizen/includes/templates/Header.mustache
alistair3149 f65bf157bd
feat: move personal menu to header (#231)
* fix: fix header background bleeding in VE

* feat: move personal menu out of drawer to header

* feat: update personal menu styles in smaller breakpoints

* fix: fix typo in qqq documentation

* ci: lint code to MediaWiki standards

Check commit and GitHub actions for more details

* feat: add title text to personal menu button

Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2021-01-19 15:56:42 -05:00

14 lines
497 B
Plaintext

{{!
string msg-citizen-header-menu-toggle tooltip for menu toggle
string msg-citizen-header-search-toggle tooltip for search toggle
}}
<header class="mw-header">
{{#data-drawer}}{{>Drawer}}{{/data-drawer}}
<div class="mw-header-tools">
{{#data-theme-toggle}}{{>ThemeToggle}}{{/data-theme-toggle}}
{{#data-extratools}}{{>Menu}}{{/data-extratools}}
{{#data-personal-menu}}{{>PersonalMenu}}{{/data-personal-menu}}
{{#data-search-box}}{{>SearchBox}}{{/data-search-box}}
</div>
</header>