Topic on Extension talk:MobileFrontend

Special:AllPages does not display well on mobiles

6
Iantresman (talkcontribs)

Special:AllPages lists articles in a tables. I've tried using MediaWiki:Common.css to override the table td cells without luck, eg.:

.mw-mf-special .mw-allpages-table-chunk td {display:block; border:0}
  1. I've tried adding !important, different paths, and clearing my Browser cache. Is there another solution?
  2. In the long term, it would make sense that a mobile friendly format is used, eg. divs, rather than tables/td
Iantresman (talkcontribs)

Should I be editing the Minerva Skin CSS instead? less/specials/common.less?

Edokter (talkcontribs)
Iantresman (talkcontribs)

That works great! Thank you.

Jdlrobson (talkcontribs)
Iantresman (talkcontribs)

Yes, I also noticed that many Special pages used tables, that don't show on mobile screens very well. A little bit of CSS in MediaWiki:Mobile.css (the counterpart to MediaWiki:Common.css, which makes table TDs into display:block, seems to be an OK workaround.

Reply to "Special:AllPages does not display well on mobiles"