mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-17 19:32:00 +00:00
f65bf157bd
* 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>
14 lines
497 B
Plaintext
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>
|