mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 00:01:05 +00:00
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
This commit is contained in:
parent
28b117d990
commit
92405a8204
|
@ -86,8 +86,8 @@
|
|||
|
||||
&__inner {
|
||||
display: flex;
|
||||
flex-direction: var( --header-direction );
|
||||
flex-grow: 1;
|
||||
flex-direction: var( --header-direction );
|
||||
gap: var( --space-xxs );
|
||||
justify-content: space-between;
|
||||
min-width: 0;
|
||||
|
@ -97,8 +97,8 @@
|
|||
&__start,
|
||||
&__end {
|
||||
display: flex;
|
||||
flex-direction: var( --header-direction );
|
||||
flex-shrink: 0; // let _inner handle the overflow
|
||||
flex-direction: var( --header-direction );
|
||||
gap: var( --space-xxs );
|
||||
|
||||
// Hide top-level menu header labels
|
||||
|
|
Loading…
Reference in a new issue