MediaWiki:Mobile.css: Difference between revisions
Appearance
No edit summary  |
(No difference)
|
Latest revision as of 06:22, 13 March 2026
/* All CSS here will be loaded for users of the mobile site */
.mw-redirectedfrom {
display: none;
}
@media screen and (max-width: 768px) {
#close-banner {
top: 10px !important;
right: 3px !important;
color: #ffffff !important;
padding-top: 0 !important;
padding-right: 0 !important;
}
}
#mw-indicator-mw-helplink,
#mw-indicator-mw-helplink a.mw-helplink {
visibility: hidden !important;
display: none !important;
}
/* Hide HigherEduSpot sitenotice on mobile */
@media (max-width: 768px) {
.hes-sitenotice {
display: none !important;
}
}