From 600b0e7ef8a659e74e91521eb4dfbc69a52aad70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Sat, 23 Sep 2017 13:29:22 +0200 Subject: [PATCH] Hide but leave the collapse button above link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/apps.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index 4b4e508826..9978c38033 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -312,7 +312,12 @@ kbd { /* Fallback for old collapse button. TODO: to be removed. Leaved here for retro compatibility */ .collapse { - display: none; + opacity: 0; + position: absolute; + width: 44px; + height: 44px; + margin: 0; + z-index: 110; } &:after { position: absolute;