Making sections collapse faster.

This commit is contained in:
Marat Fayzullin 2023-11-09 18:01:58 -05:00
parent 59baacfd50
commit e708cd07f8
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}