From: Alexander Ebert Date: Thu, 14 Jul 2016 13:28:30 +0000 (+0200) Subject: Prevent mobile button being visible after switching back to desktop X-Git-Tag: 3.0.0_Beta_1~1146 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3f1e37b5a7e96526b72f9ade419172b750f5f70d;p=GitHub%2FWoltLab%2FWCF.git Prevent mobile button being visible after switching back to desktop --- diff --git a/wcfsetup/install/files/style/layout/containerList.scss b/wcfsetup/install/files/style/layout/containerList.scss index bd30749a72..2135b203f9 100644 --- a/wcfsetup/install/files/style/layout/containerList.scss +++ b/wcfsetup/install/files/style/layout/containerList.scss @@ -93,6 +93,10 @@ top: 18px; transition: opacity .12s; + > .dropdownLabel { + display: none; + } + > ul { background-color: $wcfContentBackground; border: 1px solid rgba(0, 0, 0, .15);