feat(travel): 모바일 반응형 — 풀다운 리프레시 + 풀스크린 라이트박스
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
/* ═══════════════════════════════════════════════════
|
||||
|
||||
Reference in New Issue
Block a user