From 9883d008649c2441035c5f4e756ba9cbf5ef02a7 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Fri, 2 Sep 2016 18:52:29 +0200 Subject: [PATCH] Improved update badge in mobile header --- wcfsetup/install/files/style/layout/pageHeader.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/wcfsetup/install/files/style/layout/pageHeader.scss b/wcfsetup/install/files/style/layout/pageHeader.scss index ebb3821ff8..4e0ef2c203 100644 --- a/wcfsetup/install/files/style/layout/pageHeader.scss +++ b/wcfsetup/install/files/style/layout/pageHeader.scss @@ -417,13 +417,14 @@ &.pageMenuMobileButtonHasContent::after { background-color: rgb(244, 67, 54); + border: 2px solid $wcfHeaderBackground; border-radius: 50%; content: ""; - height: 10px; + height: 14px; position: absolute; - right: -3px; - top: -6px; - width: 10px; + right: -5px; + top: -8px; + width: 14px; } } -- 2.20.1