Added mobile styling for page action buttons
authorAlexander Ebert <ebert@woltlab.com>
Thu, 14 Jul 2016 14:00:42 +0000 (16:00 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 14 Jul 2016 14:00:50 +0000 (16:00 +0200)
wcfsetup/install/files/style/ui/pageAction.scss

index 4126af582528ce9d79a27849719b4dbab256fe48..af87592160a46d7bf4977aea665791ffca82efb4 100644 (file)
                        padding: 2px;
                }
        }
+       
+       @include screen-xs {
+               flex-wrap: nowrap;
+               left: 10px;
+               
+               > li {
+                       flex: 1 1 auto;
+                       overflow: hidden;
+                       
+                       > a {
+                               overflow: hidden;
+                               text-align: center;
+                               text-overflow: ellipsis;
+                               width: 100%;
+                       }
+               }
+       }
 }