Jump to content

MediaWiki:Mobile.css: Difference between revisions

From A Modern Way To Be Known
Created page with "All CSS here will be loaded for users of the mobile site: Hide "Last edited" info on mobile: .last-modified-bar, .last-modified-bar__text, .mw-mf-page-info { display: none !important; }"
 
No edit summary
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* Hide last edited info on Minerva (mobile) */
/* Hide "Last edited" info on mobile */
.minerva-footer,
.last-modified-bar,
.last-modified-bar,
.last-modified-bar__text,
.mw-mf-page-info,
.mw-mf-page-info {
.mw-footer-container {
   display: none !important;
   display: none !important;
}
}

Latest revision as of 22:12, 12 December 2025

/* Hide last edited info on Minerva (mobile) */
.minerva-footer,
.last-modified-bar,
.mw-mf-page-info,
.mw-footer-container {
  display: none !important;
}