From f47b59ac7aea40526da01d2cf4189ce406b5d0ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Sat, 25 Aug 2018 15:12:08 +0200 Subject: Fix apps menu on mobile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/mobile.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/css/mobile.scss') diff --git a/core/css/mobile.scss b/core/css/mobile.scss index 8fff98af4d6..2f869f7eeb1 100644 --- a/core/css/mobile.scss +++ b/core/css/mobile.scss @@ -132,8 +132,7 @@ } @media only screen and (max-width: 480px) { - #header .header-left > nav > .menu, - #header .header-right > div > .menu { + #header .header-right > nav > .menu { max-width: calc(100vw - 10px); position: fixed; &::after { -- cgit v1.2.3 From 10d51c3440689de1e1ca335f46bc9f265de9fe0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 28 Aug 2018 13:48:06 +0200 Subject: Fix apps menu and typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/mobile.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/css/mobile.scss') diff --git a/core/css/mobile.scss b/core/css/mobile.scss index 2f869f7eeb1..a985d6b1f36 100644 --- a/core/css/mobile.scss +++ b/core/css/mobile.scss @@ -132,7 +132,7 @@ } @media only screen and (max-width: 480px) { - #header .header-right > nav > .menu { + #header .header-right > div > .menu { max-width: calc(100vw - 10px); position: fixed; &::after { -- cgit v1.2.3