fix(M01): 재료 처음 펼치면 자재품목 목록 바로 열림 · 좁은 화면 넓은 표 안내 한 줄 (일감 30)

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PAdA5ThqmtVSsbzjusk1cJ
This commit is contained in:
2026-09-22 01:44:44 +09:00
co-authored by Claude Sonnet 5
parent 67cc8d291c
commit 3b94c5e6a5
5 changed files with 34 additions and 2 deletions
@@ -139,6 +139,19 @@
margin: 0;
}
.m01-master__hint {
display: none;
margin: 0;
color: var(--color-text-muted);
font-size: var(--text-body-sm);
}
@media (max-width: 600px) {
.m01-master__hint {
display: block;
}
}
.m01-master__body {
display: flex;
flex-direction: column;