MediaWiki:Mobile.css: Difference between revisions

From AI Wiki
No edit summary
No edit summary
Line 5: Line 5:
   margin-bottom: 1rem;
   margin-bottom: 1rem;
   margin-left: -1rem;
   margin-left: -1rem;
}
/* .table styles */
.table {
  border:1px solid #313235;
}
}



Revision as of 19:50, 4 March 2023

/*Do Not display elements with .nomobile class on Mobile*/

/* frontpage styles */
.frontpage.table {
  margin-bottom: 1rem;
  margin-left: -1rem;
}

/* .table styles */
.table {
  border:1px solid #313235;
}


/* 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;