From 40ebe2cca0d66971227d0a7fdb9e5038d980ab03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=84=B1=EA=B2=BD?= Date: Tue, 11 Aug 2026 14:57:34 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B8=8C=EB=9E=9C=EB=93=9C=20=EB=B6=84?= =?UTF-8?q?=EC=84=9D=20=ED=99=94=EB=A9=B4=EC=9D=98=20=EC=82=AC=EC=9D=B4?= =?UTF-8?q?=EB=93=9C=EB=B0=94=20collapsed=20=EC=9E=94=EC=9E=AC=20=EC=A0=95?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/generation-flow.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/styles/generation-flow.css b/src/styles/generation-flow.css index 3f75f7d..cc8bbdf 100644 --- a/src/styles/generation-flow.css +++ b/src/styles/generation-flow.css @@ -1808,10 +1808,6 @@ body:has(.sidebar.expanded) .bi2-header { left: 15rem; } - - body:has(.sidebar.collapsed) .bi2-header { - left: 5rem; - } } .bi2-back-btn { @@ -2294,9 +2290,12 @@ body:has(.sidebar.expanded) .bi2-bottom-button-container { left: 15rem; } +} - body:has(.sidebar.collapsed) .bi2-bottom-button-container { - left: 5rem; +/* 모바일: 하단 탭바에 가리지 않도록 띄운다 */ +@media (max-width: 767px) { + .bi2-bottom-button-container { + bottom: calc(var(--bottom-nav-height) + 16px); } }