MediaWiki:Mobile.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary Tag: Reverted |
||
Line 107:
html { scroll-behavior: auto; }
}
/* 1. Hide the "Edit" pencil icon on mobile */
#ca-edit,
.page-actions-menu__list-item--edit,
.edit-page {
display: none !important;
}
/* 2. Hide the "History" (clock) icon/link on mobile */
#ca-history,
.page-actions-menu__list-item--history,
.mw-ui-icon-minerva-history {
display: none !important;
}
/* 3. Hide "Recent Changes" & "Random" from the Hamburger Menu */
/* These often persist even if removed from the Sidebar file */
li#n-recentchanges,
li#n-randompage,
.cw-menu__item--random,
.cw-menu__item--recentChanges {
display: none !important;
}
/* 4. Hide the "Talk" tab (optional) */
.page-actions-menu__list-item--talk {
display: none !important;
| |||