MediaWiki:Mobile.css: Difference between revisions

From Trans World Express
No edit summary
Tag: Reverted
m Reverted edits by Sleepyentropy (talk) to last revision by Ela
Tag: Rollback
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
   .vector-column-start {
   .vector-column-start {
       display: none;
       display: none;
  }
  .vector-header-container .mw-header {
      min-width: 100%
  }
  .mw-logo {
      width: 100%;
   }
   }



Latest revision as of 21:33, 12 February 2025

@media screen and (max-width: 1000px) {
  html {
      font-size: 200%;
  }

  .mw-page-container-inner {
      display: block;
  }

  .vector-column-start {
      display: none;
  }

  .mw-header .vector-header-start, .mw-header .vector-header-end {
      display: flex;
      align-items: flex-end;
      flex-direction: column;
  }
}