MediaWiki:Mobile.css: Difference between revisions

From AI Wiki
No edit summary
No edit summary
Line 2: Line 2:
.nomobile {
.nomobile {
   display:none!important;
   display:none!important;
}
/* frontpage styles */
.frontpage.table {
  margin-bottom: 20px;
  margin-left:100px;
}
}



Revision as of 11:36, 7 February 2023

/*Do Not display elements with .nomobile class on Mobile*/
.nomobile {
  display:none!important;
}

/* frontpage styles */
.frontpage.table {
  margin-bottom: 20px;
  margin-left:100px;
}


/* remove header on main page (AI ML Wiki) */
body.page-AI_ML_Wiki header.mw-body-header { 
  display: none;
}


/* remove the empty space below the search bar and above the content  */
div.vector-sitenotice-container { 
  display: none;