From aba0dfae3f2d09256a1810d95ada7b2d9e72099e Mon Sep 17 00:00:00 2001 From: itqop Date: Mon, 18 Mar 2024 00:13:31 +0300 Subject: [PATCH] fix navbar --- home/static/css/template.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/static/css/template.css b/home/static/css/template.css index a5a19b3..11dfddd 100644 --- a/home/static/css/template.css +++ b/home/static/css/template.css @@ -15,9 +15,9 @@ html, body { #target-main { max-height: 0; overflow: hidden; - transition: max-height 0.3s ease; + transition: max-height 0.5s ease; } -#target-main.shows { +#target-main.show { max-height: 500px; /* Установите желаемую максимальную высоту */ }