From 2887b9bdabc0cc375dc5e20f04ace70b47f314c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 4 Apr 2018 15:05:51 +0200 Subject: [PATCH] Fix arrow position on mobile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/css/mobile.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/core/css/mobile.scss b/core/css/mobile.scss index c7db11919fd..0d8dda8ca7f 100644 --- a/core/css/mobile.scss +++ b/core/css/mobile.scss @@ -156,9 +156,14 @@ table.multiselect thead { width: 0; position: absolute; pointer-events: none; - right: 13px; + right: 15px; z-index: 2001; display: none; } + + /* settings need a different offset, since they have a right padding */ + &#settings::after { + right: 27px; + } } }