From: Alexander Ebert Date: Sun, 14 May 2023 14:45:49 +0000 (+0200) Subject: Move the indicator badge 4px to the right X-Git-Tag: 6.0.0_Alpha_1~106 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e99ebddc2576eadcf57dcf0a1c4d47e86ad93e9a;p=GitHub%2FWoltLab%2FWCF.git Move the indicator badge 4px to the right The width of the new icons has increased from 32px to 40px. Fixes #5506 --- diff --git a/wcfsetup/install/files/style/layout/pageHeader.scss b/wcfsetup/install/files/style/layout/pageHeader.scss index fd6eb302e5..3534eb46ae 100644 --- a/wcfsetup/install/files/style/layout/pageHeader.scss +++ b/wcfsetup/install/files/style/layout/pageHeader.scss @@ -241,7 +241,7 @@ /* special styling for update badge */ > .badgeUpdate { box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3), inset 0 2px 5px rgba(225, 225, 225, 0.3); - left: 31px; + left: 35px; padding: 1px 6px; position: absolute; top: 4px;