MediaWiki:Gadget-ResponsiveDesktop.css: Difference between revisions
From Destinypedia, the Destiny wiki
(Created page with "→Some CSS fixes for responsive desktop skins: @media all and (max-width: 550px) { .mw-body-content { overflow: clip !important; } .infobox, .tabber.info { margin:...") |
m (Replaced content with "→Some fixes for responsive desktop skins: →Text indicators: @media all and (max-width: 850px) { #mw-indicator-rc { display: none; } }") |
||
(28 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* Some | /* Some fixes for responsive desktop skins */ | ||
@media all and (max-width: | /* Text indicators */ | ||
@media all and (max-width: 850px) { | |||
#mw-indicator-rc { | |||
display: none; | |||
display | |||
} | } | ||
} | } |