From: Marcel Werk Date: Wed, 23 Aug 2017 13:41:32 +0000 (+0200) Subject: Fixed position of the online badge in profile popover X-Git-Tag: 3.1.0_Alpha_2~38 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5797d648bc8084bc47442518b94e8f2356005c69;p=GitHub%2FWoltLab%2FWCF.git Fixed position of the online badge in profile popover Fixes #2392 --- diff --git a/wcfsetup/install/files/style/ui/userProfile.scss b/wcfsetup/install/files/style/ui/userProfile.scss index d1836fc207..ae4e938255 100644 --- a/wcfsetup/install/files/style/ui/userProfile.scss +++ b/wcfsetup/install/files/style/ui/userProfile.scss @@ -175,6 +175,7 @@ } .userProfilePreviewAvatar { + align-self: flex-start; display: block; position: relative; }