From 97132fbe3bad4ff8b695cf1cedd94b69379aefc3 Mon Sep 17 00:00:00 2001 From: developer Date: Wed, 15 Apr 2026 17:14:38 +0800 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D1=84=D0=BE=D1=80=D0=BC=D0=B0=20=D0=B4=D0=BE?= =?UTF-8?q?=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BA=D0=BB?= =?UTF-8?q?=D0=B8=D0=B5=D0=BD=D1=82=D0=BE=D0=B2:=20=D1=81=D0=B4=D0=B5?= =?UTF-8?q?=D0=BB=D0=B0=D0=BD=20=D0=B2=D1=8B=D0=B1=D0=BE=D1=80=20=D0=BD?= =?UTF-8?q?=D0=B5=D1=81=D0=BA=D0=BE=D0=BB=D1=8C=D0=BA=D0=B8=D1=85=20=D0=B6?= =?UTF-8?q?=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/css/form.css | 15 ++++++++------- resources/views/user/dashboard.blade.php | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/resources/css/form.css b/resources/css/form.css index 9e6a7bf..90d2ad1 100644 --- a/resources/css/form.css +++ b/resources/css/form.css @@ -1,9 +1,8 @@ .form-wrap { position: relative; - min-height: 350px; - max-height: 600px; + height: 380px; overflow: hidden; - + transition: height 0.25s ease-out; .dots { position: absolute; bottom: 0; @@ -17,12 +16,13 @@ top: 0; left: 0; right: 0; - transition: min-height 0.15s ease-out; + max-height:380px; + overflow:hidden; + transition: max-height .25s ease-out; } .form-wrap:hover { overflow: visible; - .dots { display: none; } @@ -32,8 +32,9 @@ top: 0; left: 0; right: 0; - min-height: 100%; - transition: min-height 0.25s ease-in; + height: auto; + max-height: 900px; + transition: max-height .25s ease-in; } } diff --git a/resources/views/user/dashboard.blade.php b/resources/views/user/dashboard.blade.php index 0cb838b..7b66e6e 100644 --- a/resources/views/user/dashboard.blade.php +++ b/resources/views/user/dashboard.blade.php @@ -47,7 +47,7 @@ class="btn list-group-item list-group-item-action p-3 bg-white rounded border bo
-
+
Добавить клиента