Category view modified to use column width
authorSumit Asthana <asthana.sumit23@gmail.com>
Thu, 5 Mar 2015 10:08:26 +0000 (15:38 +0530)
committerSumit Asthana <asthana.sumit23@gmail.com>
Mon, 30 Mar 2015 18:57:18 +0000 (00:27 +0530)
commit13c53454eb362adc69f701fec4bfa80e805c50c6
tree9df78ee739b8d1082d87860d7b5e4fc1c22e3969
parentdc1d9c482c55bfeb36d0a38940100cce8020ebfb
Category view modified to use column width

Category view used css media queries to set column count to 3 beyond 768px and
reduces the count to 1 below it. This behaviour has been changed by setting the
column width to 25em and allowing the column number to adjust automatically.
As a result, media queries have been removed.
See https://css-tricks.com/almanac/properties/c/column-width/
Follow up on https://gerrit.wikimedia.org/r/#/c/187952/

Bug: T55130
Change-Id: I20b68dea8f64b2d07866f4aa20ef83941c879697
resources/src/mediawiki.action/mediawiki.action.view.categoryPage.less
resources/src/mediawiki.less/mediawiki.mixins.less