From 2b4ea41c4ea2475028242179e89119873011af28 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Tue, 24 Jul 2018 23:42:25 +0200 Subject: [PATCH] improved drawer animation behaviour --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 6bfeebc..0d1431a 100644 --- a/style.css +++ b/style.css @@ -94,11 +94,12 @@ a[href="#advsearch"]:before { #advsearch:target, #multitag:target, #prefs:target, #bookmarks:target { - max-height: 1000em; overflow: visible; + max-height: 50em; overflow: visible; } #advsearch:target { border-style: none none solid none; } #prefs:target { border-style: none none solid solid; } #bookmarks:target { border-style: none solid solid none; } +#advsearch:target, #multitag:target { max-height: 500em; } #advsearch a[href="#"], #multitag a[href="#"], -- 2.39.2