From e708cd07f868992b5c6ba119eb492283d1706ef8 Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Thu, 9 Nov 2023 18:01:58 -0500 Subject: [PATCH] Making sections collapse faster. --- htdocs/css/openwebrx.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index cc5542ee..2c4539d7 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -1686,7 +1686,7 @@ img.openwebrx-mirror-img .openwebrx-section { display: block; overflow-y: hidden; - transition: max-height 0.25s ease-out; + transition: max-height 0.2s ease-out; max-height: 15rem; }