Fixed switching between mobile/non-mobile view
authorAlexander Ebert <ebert@woltlab.com>
Fri, 8 Nov 2013 14:05:54 +0000 (15:05 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 8 Nov 2013 14:05:54 +0000 (15:05 +0100)
wcfsetup/install/files/style/button.less

index ebfb277384bd4a547a8ae02fb2063865e45a7427..5b4b246bf57c68c1d5b0e47769870f3b0f7df267 100644 (file)
@@ -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;