Topic on Skin talk:Chameleon

Full Page Width For Forms and Tabs

1
Summary by GMShimokura

I have gotten it to work, by putting in my LocalSettings.php file the following:

$egChameleonExternalStyleVariables = [

        'grid-breakpoints'      => '(xs: 0, sm: 576px, md: 768px, lg: 992px, cmln: 1280px, xl: 1600px)',

        'cmln-collapse-point'   => '1280px',

        'container-max-widths'  => '(sm: 100%, md: 100%, lg: 100%, xl: 100%)',

];

I may need to tweak these values as I test further.

GMShimokura (talkcontribs)

I was wondering if there is a way in MW

Product Version
MediaWiki 1.33.1
PHP 7.2.21 (apache2handler)
MySQL 5.6.22
ICU 58.1

Chameleon Skin

Chameleon 2.1.0

With

Page Forms 4.6 (19bcb60)2019-10-31T04:29:20

and Header Tabs

Header Tabs 1.2 (6f16312)2019-11-04T15:49:12

To specify in LocalSetting.php to have everything display in Full Screen Width?

I haven't been able to try the solution shown at: Topic:Rwtgg8mhfi98avo8 because I don't have a fixes.less file and I don't see how to change LocalSettings.php because the variable mentioned is not part of the Chameleon SCSS variable list.

Am I missing something fundamental to make this work?

Gregg