From 9edbd64b9f11734834e3cca1c0ac244406cc0772 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 30 Aug 2016 14:55:27 +0200 Subject: [PATCH] Toned down mobile menu, had too many downsides --- .../install/files/style/ui/menuMobile.scss | 22 +------------------ 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/wcfsetup/install/files/style/ui/menuMobile.scss b/wcfsetup/install/files/style/ui/menuMobile.scss index 3648d77b59..b657edfcb5 100644 --- a/wcfsetup/install/files/style/ui/menuMobile.scss +++ b/wcfsetup/install/files/style/ui/menuMobile.scss @@ -1,23 +1,3 @@ -@include screen-sm-up { - .pageContainer { - &.menuOverlay-pageMainMenuMobile { - transform: translateX(350px); - - .mainMenu { - visibility: hidden; - } - } - - &.menuOverlay-pageUserMenuMobile { - transform: translateX(-350px); - - .userPanel { - visibility: hidden; - } - } - } -} - /* menu container */ .menuOverlayMobile { background-color: rgb(52, 73, 94); @@ -115,7 +95,7 @@ position: fixed; right: 0; top: 0; - z-index: 445; + z-index: 395; } .menuOverlayItemWrapper { -- 2.20.1