feat(travel): 모바일 반응형 — 풀다운 리프레시 + 풀스크린 라이트박스

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-23 14:47:01 +09:00
parent e7427ff1d5
commit 033b89f87d
2 changed files with 56 additions and 2 deletions

View File

@@ -200,6 +200,24 @@
.tv-map {
height: 300px;
}
/* 지도 높이 축소 */
.tv-map {
height: 35vh !important;
}
/* 라이트박스 풀스크린 */
.lightbox {
border-radius: 0;
}
.lightbox__inner {
max-width: 100vw;
max-height: 100vh;
width: 100vw;
height: 100vh;
border-radius: 0;
}
}
/* Leaflet map tooltip override */
@@ -1020,6 +1038,10 @@
.photo-card--wide {
grid-column: span 2;
}
.photo-mosaic {
grid-template-columns: 1fr;
}
}
/* ═══════════════════════════════════════════════════