From b442ee7b16dfdc4c8f0126ae3eeb026f0617dcf1 Mon Sep 17 00:00:00 2001 From: pro Date: Wed, 28 Jan 2026 19:37:38 +0900 Subject: [PATCH] =?UTF-8?q?fix:=EB=A9=94=EB=89=B4=20=EA=B2=80=EC=83=89?= =?UTF-8?q?=EC=B0=BD=20=EB=8B=AB=EA=B8=B0=20=EB=B2=84=ED=8A=BC=20=EB=8F=99?= =?UTF-8?q?=EC=9E=91=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - sidebar-expanded-only 클래스가 hidden을 오버라이드하는 문제 해결 - !important로 hidden 클래스 우선순위 보장 - 사이드바 접힌 상태에서 검색창 숨김 처리 Co-Authored-By: Claude Opus 4.5 --- resources/views/partials/sidebar.blade.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/resources/views/partials/sidebar.blade.php b/resources/views/partials/sidebar.blade.php index a3fa095d..e89cc768 100644 --- a/resources/views/partials/sidebar.blade.php +++ b/resources/views/partials/sidebar.blade.php @@ -44,7 +44,7 @@ class="sidebar-collapsed-only hidden w-full p-2 text-xl font-bold text-gray-900 -