From: Alexander Ebert Date: Thu, 28 Nov 2019 15:48:31 +0000 (+0100) Subject: Incorrect rendering of the loading spinner inside the image viewer X-Git-Tag: 5.2.0_Beta_4~8 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=86965be36901700ebc2cf32f04603fd1d960df99;p=GitHub%2FWoltLab%2FWCF.git Incorrect rendering of the loading spinner inside the image viewer --- diff --git a/wcfsetup/install/files/style/ui/imageViewer.scss b/wcfsetup/install/files/style/ui/imageViewer.scss index 142fcf5621..4e59145c59 100644 --- a/wcfsetup/install/files/style/ui/imageViewer.scss +++ b/wcfsetup/install/files/style/ui/imageViewer.scss @@ -210,6 +210,12 @@ $wcfImageViewerFontColor: rgba(211, 211, 211, 1); &.loading:before { @extend .icon48; @extend .fa-spinner; + + content: "" !important; + display: block; + left: calc(50% - 34px); + position: absolute; + top: calc(50% - 34px); } > img {