From 4838eba9af473ad05aedda382159f04f3b483f15 Mon Sep 17 00:00:00 2001 From: ByungCheol Date: Sun, 28 Jun 2026 18:29:10 +0900 Subject: [PATCH] =?UTF-8?q?chore(ads):=20=EC=95=B1=20=EB=B0=B0=EB=84=88?= =?UTF-8?q?=EB=A5=BC=20320x50=20=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EB=8B=A8?= =?UTF-8?q?=EC=9C=84(=EC=9E=84=EC=8B=9C)=EB=A1=9C,=20=EC=9B=B9=EC=9D=80=20?= =?UTF-8?q?728x90=20=EC=9C=A0=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- src/App.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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); } /* 로그인 전: 사이드바 없이 단일 컬럼 — 콘텐츠가 창 중앙에 오도록 */