From: Alexander Ebert Date: Thu, 14 Jul 2016 14:00:42 +0000 (+0200) Subject: Added mobile styling for page action buttons X-Git-Tag: 3.0.0_Beta_1~1144 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=247fdb951b265494b7dcb86b363a9df81b6305dd;p=GitHub%2FWoltLab%2FWCF.git Added mobile styling for page action buttons --- diff --git a/wcfsetup/install/files/style/ui/pageAction.scss b/wcfsetup/install/files/style/ui/pageAction.scss index 4126af5825..af87592160 100644 --- a/wcfsetup/install/files/style/ui/pageAction.scss +++ b/wcfsetup/install/files/style/ui/pageAction.scss @@ -50,4 +50,21 @@ 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%; + } + } + } }