From e99ebddc2576eadcf57dcf0a1c4d47e86ad93e9a Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 14 May 2023 16:45:49 +0200 Subject: [PATCH] Move the indicator badge 4px to the right The width of the new icons has increased from 32px to 40px. Fixes #5506 --- wcfsetup/install/files/style/layout/pageHeader.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1