Fixed message tabmenu's sub-tabmenu on mobile devices
authorAlexander Ebert <ebert@woltlab.com>
Wed, 4 Feb 2015 14:00:42 +0000 (15:00 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 4 Feb 2015 14:00:42 +0000 (15:00 +0100)
wcfsetup/install/files/style/redactor.less

index bdc6629a9717359f5c2fa7f49f347a04c2f234ea..139926362dfbe9028b1e89e164ca6919fea1c515 100644 (file)
 }
 
 @media only screen and (max-width: 800px) {
-       .messageTabMenu > nav > ul > li:not(.active) > a {
-               > span.icon {
-                       display: block;
+       .messageTabMenu {
+               > nav > ul > li:not(.active) > a {
+                       > span.icon {
+                               display: block;
+                       }
+                       
+                       > span:not(.icon) {
+                               display: none;
+                       }
                }
                
-               > span:not(.icon) {
-                       display: none;
+               > div > nav {
+                       margin: (@wcfGapTiny - @wcfGapSmall) -@wcfGapSmall @wcfGapSmall -@wcfGapSmall;
                }
        }
 }