See https://www.woltlab.com/community/thread/301624-stil-liste-im-acp-layoutfehler-rc1/
<ol class="containerList styleList{if $styleList|count > 4} doubleColumned{/if}">
{foreach from=$styleList item=style}
<li data-style-id="{@$style->styleID}">
- <div class="box64">
- <span>
+ <div class="box128">
+ <span class="styleListPreviewImage">
<img src="{@$style->getPreviewImage()}" srcset="{@$style->getPreviewImage2x()} 2x" height="64" alt="">
</span>
<div class="details">
<ol class="containerList styleList jsObjectActionContainer" data-object-action-class-name="wcf\data\style\StyleAction">
{foreach from=$objects item=style}
<li class="jsObjectActionObject" data-object-id="{@$style->getObjectID()}">
- <div class="box64">
- <span>
+ <div class="box128">
+ <span class="styleListPreviewImage">
<img src="{@$style->getPreviewImage()}" srcset="{@$style->getPreviewImage2x()} 2x" height="64" alt="">
</span>
<div class="details">
}
}
+.styleListPreviewImage {
+ text-align: center;
+}
+
@include screen-md-down {
.styleList > li {
padding: 10px;