MediaWiki:Minerva.less/storage.less
< MediaWiki:Minerva.less
Revision as of 22:53, 4 October 2022 by Jacmob (talk | contribs) (Created page with "// <pre> →Overrides specific to mobile: @media screen and (max-width: 720px) { .inventorytable, .lootingbagtable, .runepouchtable { &.storage-left { margin-right: auto; clear: none; float: none; } &.storage-right { margin-left: auto; clear: none; float: none; } } .runepouchtable { &.storage-center { margin-left: 23px; }...")
//
/* Overrides specific to mobile */
@media screen and (max-width: 720px) {
.inventorytable, .lootingbagtable, .runepouchtable {
&.storage-left {
margin-right: auto;
clear: none;
float: none;
}
&.storage-right {
margin-left: auto;
clear: none;
float: none;
}
}
.runepouchtable {
&.storage-center {
margin-left: 23px;
}
&.storage-right {
margin-left: 23px;
}
}
// For Template:Equipment
.equipment-div, .equipment-div-buttons {
&.equipment-left {
margin-right: auto;
clear: none;
float: none;
width: 100%;
}
&.equipment-center {
width: 100%;
}
&.equipment-right {
margin-left: auto;
clear: none;
float: none;
width: 100%;
}
}
}