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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user