Content deleted Content added
|
|
|
@media (prefers-reduced-motion: reduce) {
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;
}
|