feat(music): 모바일 반응형 — FAB + 풀다운 리프레시 + 1컬럼 라이브러리

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-23 14:54:04 +09:00
parent 5c10952e39
commit 326d54c73f
2 changed files with 22 additions and 0 deletions

View File

@@ -1696,6 +1696,18 @@
/* ═══════════════════════════════════════════════════
MOBILE
═══════════════════════════════════════════════════ */
@media (max-width: 768px) {
.ms-tabs {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.ms-tabs > * {
flex-shrink: 0;
white-space: nowrap;
}
}
@media (max-width: 480px) {
.ms-header__title {
font-size: clamp(44px, 14vw, 70px);