diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 11377086..d8b75edf 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -1683,4 +1683,10 @@ img.openwebrx-mirror-img .openwebrx-section { display: block; + overflow-y: hidden; + transition: max-height 0.25s ease-out; + max-height: 15rem; +} +.openwebrx-section.closed { + max-height: 0; } diff --git a/htdocs/index.html b/htdocs/index.html index 8b82dbb3..f4610d90 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -260,7 +260,7 @@