MediaWiki:Vector-2022.css: Difference between revisions

From ArdakazMC Wiki
Jump to navigation Jump to search
Non-floating infoboxes for mobile users
 
m nvm
Tags: Manual revert Mobile edit Mobile web edit
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


.infobox {
.infobox {
   float: none;
   float: none !important;
}
}

Latest revision as of 14:17, 20 March 2025

/* All CSS here will be loaded for users of the mobile site */

.infobox {
  float: none !important;
}