More actions
Created page with ".mcui-Crafting_Table > * { display: inline-block; vertical-align: top; } .mcui-Crafting_Table .mcui-row { display: block; } .mcui-Crafting_Table > .mcui-arrow { background-image: url("images/f/f8/Grid_layout_Arrow_(small)_dark.png"); background-repeat: no-repeat; width: 32px; height: 26px; margin: 40px 10px 0; } .mcui-Crafting_Table > .mcui-output { margin-top: 36px; } .mcui-Crafting_Table > .mcui-icons { position: absolute; top: 6px; right: 6px;..." Â |
Make images render with pixelated image rendering so that they can be as small as they want, but retain quality  |
||
Line 28: | Line 28: | ||
  height: 15px; |   height: 15px; | ||
  cursor: help; |   cursor: help; | ||
} | |||
.mw-file-element { | |||
image-rendering: pixelated; | |||
} | } |
Latest revision as of 18:30, 2 July 2025
.mcui-Crafting_Table > * {
display: inline-block;
vertical-align: top;
}
.mcui-Crafting_Table .mcui-row {
display: block;
}
.mcui-Crafting_Table > .mcui-arrow {
background-image: url("images/f/f8/Grid_layout_Arrow_(small)_dark.png");
background-repeat: no-repeat;
width: 32px;
height: 26px;
margin: 40px 10px 0;
}
.mcui-Crafting_Table > .mcui-output {
margin-top: 36px;
}
.mcui-Crafting_Table > .mcui-icons {
position: absolute;
top: 6px;
right: 6px;
}
.mcui-Crafting_Table .mcui-shapeless,
.mcui-Crafting_Table .mcui-fixed {
display: inline-block;
background-repeat: no-repeat;
width: 19px;
height: 15px;
cursor: help;
}
.mw-file-element {
image-rendering: pixelated;
}