Set context earlier in ImageListPager::__construct
[lhc/web/wiklou.git] / resources / src / mediawiki.action / mediawiki.action.view.categoryPage.less
1 @import "mediawiki.mixins";
2
3 .mw-category {
4 .column-count(1);
5
6 .mw-category-group {
7 .column-break-inside(avoid);
8 }
9 }
10 @media screen and ( min-width: 768px ) {
11 .mw-category {
12 .column-count(3);
13 }
14 }