MediaWiki:Common.css: Difference between revisions

m
added id=mobileonly
m (Changed height of scrollbar on landing page from 500px to 20vw, so it doesn't go off the page.)
m (added id=mobileonly)
Line 153: Line 153:
   }
   }


/* use id="mobileonly" in order to remove items that
  should not be visible in mobile view. 
  Note: id="nomobile" is defined in
  Mobile.css - use this eliminate mobile items. */
  .mobileonly {
    display:none;
  }
.searchboxContainer {
.searchboxContainer {
   display:flex;  
   display:flex;  
2,664

edits