From: Alexander Ebert Date: Sat, 16 Sep 2023 10:15:32 +0000 (+0200) Subject: Fix the visuals of the style list X-Git-Tag: 6.0.0_RC_2~47 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dc21e2b7b97936c5d47699ee2f5dac0afeaf17dc;p=GitHub%2FWoltLab%2FWCF.git Fix the visuals of the style list See https://www.woltlab.com/community/thread/301624-stil-liste-im-acp-layoutfehler-rc1/ --- diff --git a/com.woltlab.wcf/templates/styleChooser.tpl b/com.woltlab.wcf/templates/styleChooser.tpl index 99ec4aecb4..112a7c945e 100644 --- a/com.woltlab.wcf/templates/styleChooser.tpl +++ b/com.woltlab.wcf/templates/styleChooser.tpl @@ -1,8 +1,8 @@
    {foreach from=$styleList item=style}
  1. -
    - +
    +
    diff --git a/wcfsetup/install/files/acp/templates/styleList.tpl b/wcfsetup/install/files/acp/templates/styleList.tpl index 132d75fca9..cee894d97d 100644 --- a/wcfsetup/install/files/acp/templates/styleList.tpl +++ b/wcfsetup/install/files/acp/templates/styleList.tpl @@ -42,8 +42,8 @@
      {foreach from=$objects item=style}
    1. -
      - +
      +
      diff --git a/wcfsetup/install/files/style/layout/containerList.scss b/wcfsetup/install/files/style/layout/containerList.scss index c7b5dff480..a2de5f116d 100644 --- a/wcfsetup/install/files/style/layout/containerList.scss +++ b/wcfsetup/install/files/style/layout/containerList.scss @@ -396,6 +396,10 @@ } } +.styleListPreviewImage { + text-align: center; +} + @include screen-md-down { .styleList > li { padding: 10px;