From: Alexander Ebert Date: Fri, 8 Nov 2013 14:05:54 +0000 (+0100) Subject: Fixed switching between mobile/non-mobile view X-Git-Tag: 2.0.0_RC_1~4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6517fac4d2db6c66e2b64a190fcb4143cba4da3a;p=GitHub%2FWoltLab%2FWCF.git Fixed switching between mobile/non-mobile view --- diff --git a/wcfsetup/install/files/style/button.less b/wcfsetup/install/files/style/button.less index ebfb277384..5b4b246bf5 100644 --- a/wcfsetup/install/files/style/button.less +++ b/wcfsetup/install/files/style/button.less @@ -193,9 +193,13 @@ button.small, } } +nav.buttonGroupNavigation > a.dropdownLabel { + display: none; +} + @media only screen and (max-width: 800px) { nav.buttonGroupNavigation { - > a:first-child > { + > a.dropdownLabel { display: inline-block; outline: 0;