MediaWiki:Mobile.css: Difference between revisions

From Wittgenstein Nachlass Graphics
(Created page with "→‎All CSS here will be loaded for users of the mobile site: .page-actions-menu { display: none; }")
 
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */
.page-actions-menu {
.page-actions-menu {
  display: none;
}
.desktop-only {
   display: none;
   display: none;
}
}

Revision as of 18:55, 26 April 2024

/* All CSS here will be loaded for users of the mobile site */
.page-actions-menu {
  display: none;
}

.desktop-only {
  display: none;
}