From: Marcel Werk Date: Fri, 11 Aug 2023 12:54:30 +0000 (+0200) Subject: Fix positioning of the trophy icons X-Git-Tag: 6.0.0_Beta_1~28 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=87781e89f129184cc02bc182bee2f34dd5afaef9;p=GitHub%2FWoltLab%2FWCF.git Fix positioning of the trophy icons They were affected by the special positioning of icons within `.box` classes. --- diff --git a/wcfsetup/install/files/style/ui/trophy.scss b/wcfsetup/install/files/style/ui/trophy.scss index 04656a3ebe..a8d7635979 100644 --- a/wcfsetup/install/files/style/ui/trophy.scss +++ b/wcfsetup/install/files/style/ui/trophy.scss @@ -24,6 +24,12 @@ fa-icon { transform: scale(0.5625); width: var(--icon-size); + + /* + We need to override the positioning by the .box classes here + to prevent the icon from being moved too far to the left. + */ + position: static !important; } }