diff --git a/index.html b/index.html index fc4a5a4..3873748 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + aikon-client diff --git a/src/app/index.css b/src/app/index.css index d45ea3c..f6387e7 100644 --- a/src/app/index.css +++ b/src/app/index.css @@ -98,6 +98,12 @@ body { box-shadow: 0 0 40px rgba(139, 92, 246, 0.25); } +/* Safe-area bottom padding — 2rem gap above iOS home bar, fallback for no env() support */ +.pb-safe { + padding-bottom: 2rem; + padding-bottom: calc(2rem + env(safe-area-inset-bottom)); +} + /* Table scrollbar — thin vertical only */ .scrollbar-thin-y { scrollbar-width: thin; diff --git a/src/pages/home/index.tsx b/src/pages/home/index.tsx index 4a1e6fa..8ca7575 100644 --- a/src/pages/home/index.tsx +++ b/src/pages/home/index.tsx @@ -27,7 +27,7 @@ export default function HomePage() {

나만의 AI 캐릭터를 만들어보세요

-
+