From: Marcel Werk Date: Mon, 31 Oct 2016 10:22:34 +0000 (+0100) Subject: Fixed button size in user profile header (mobile) X-Git-Tag: 3.0.0_Beta_5~83 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=89f914f1b47fdc07bfe0fd0379f1a9ff7b2374e1;p=GitHub%2FWoltLab%2FWCF.git Fixed button size in user profile header (mobile) --- diff --git a/wcfsetup/install/files/style/ui/userProfile.scss b/wcfsetup/install/files/style/ui/userProfile.scss index 71e36fa4d8..866af03b82 100644 --- a/wcfsetup/install/files/style/ui/userProfile.scss +++ b/wcfsetup/install/files/style/ui/userProfile.scss @@ -78,6 +78,10 @@ &:not(:last-child) { margin-right: 1px; } + + .invisible { + display: none !important; + } } } }