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 difference)

Revision as of 14:41, 20 April 2024

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