MediaWiki:Mobile.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 419: | Line 419: | ||
@media (max-width: 768px) { | @media (max-width: 768px) { | ||
/* Show/hide appropriate views */ | /* Show/hide appropriate views */ | ||
.mobile-view { | |||
display: | display: block !important; | ||
} | |||
.desktop-view { | |||
display: | display: none !important; | ||
} | |||
} /* End of @media (max-width: 768px) */ | } /* End of @media (max-width: 768px) */ | ||
/* make the loading indicator invisible */ | |||
.mw-indicators { | |||
display: none; | |||
} |