diff --git a/src/App.vue b/src/App.vue index 87844a2..10d1172 100644 --- a/src/App.vue +++ b/src/App.vue @@ -100,8 +100,8 @@ watch(() => route.fullPath, () => ui.closeSidebar()) - - + + @@ -189,9 +189,9 @@ watch(() => route.fullPath, () => ui.closeSidebar()) background: var(--color-background); border-top: 1px solid var(--color-border); } -/* 광고가 있을 땐 본문 하단 여백을 광고 높이만큼 더 확보 */ +/* 광고가 있을 땐 본문 하단 여백을 광고 높이(320x50 배너)만큼 더 확보 */ .layout.has-ad .layout-body { - padding-bottom: calc(56px + 96px + env(safe-area-inset-bottom, 0) + 1rem); + padding-bottom: calc(56px + 62px + env(safe-area-inset-bottom, 0) + 1rem); } /* 로그인 전: 사이드바 없이 단일 컬럼 — 콘텐츠가 창 중앙에 오도록 */