Module:Sidebar/styles.css: Difference between revisions

add media query
note
Line 122: Line 122:


@media (max-width: 720px) {
@media (max-width: 720px) {
/* users have wide latitude to set arbitrary width and margin :( */
/* users have wide latitude to set arbitrary width and margin :(
.sidebar {
  "Super-specific" selector to prevent overriding this appearance by
  lower level sidebars too */
body.mediawiki .sidebar {
width: 100% !important;
width: 100% !important;
clear: both;
clear: both;