fix(responsive): Phase 3 spec compliance 수정

- Blog: 태그 필터 칩 바 모바일 가로 스크롤 추가
- BlogMarketing: FAB 전 탭에서 표시 + 대시보드 480px 1컬럼
- Subscription: PullToRefresh refreshKey 패턴 적용, FAB→공고 목록 탭 이동
- Todo: FAB 라벨 "할일 추가"로 spec 일치

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-23 15:02:12 +09:00
parent c7cad9da61
commit 901cfd7e1b
5 changed files with 25 additions and 51 deletions

View File

@@ -490,6 +490,13 @@
.blog-list.is-visible .blog-category-filter {
margin-bottom: 8px;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
flex-wrap: nowrap;
}
.blog-list.is-visible .blog-category-filter > * {
flex-shrink: 0;
}
.blog-list.is-visible .blog-pagination {