From b7a6cb78e57e96a41abcf6b0604d870d98843122 Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Mon, 19 Mar 2018 17:47:57 +0100 Subject: [PATCH] show-hides in asidenav --- templates/standalone/showHide.lucius | 9 +++++++-- templates/widgets/asidenav.hamlet | 4 ++-- templates/widgets/asidenav.lucius | 16 ++++++++++++++++ 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/templates/standalone/showHide.lucius b/templates/standalone/showHide.lucius index 9c7df13d3..9a0a540cf 100644 --- a/templates/standalone/showHide.lucius +++ b/templates/standalone/showHide.lucius @@ -36,9 +36,14 @@ } .js-show-hide__target { - + transition: all .2s ease; + overflow: hidden; } .js-show-hide--collapsed > .js-show-hide__target { - display: none; + display: block; + height: 0; + margin: 0; + padding: 0; + max-height: 0; } diff --git a/templates/widgets/asidenav.hamlet b/templates/widgets/asidenav.hamlet index 0d6e252d1..1a507da3c 100644 --- a/templates/widgets/asidenav.hamlet +++ b/templates/widgets/asidenav.hamlet @@ -13,8 +13,8 @@ $of _
-

- WiSe 17/18 +

+ WiSe 17/18