fix: 월 네비 가운데 유지·액션 우측 정렬 + 검색 모달 버튼 넘침 수정
- 가계부/예산 month-nav: 좌 spacer + 우 mn-actions(flex:1)로 네비 중앙 고정, 추가/검색·필터 버튼 우측 정렬 - 커뮤니티 검색 모달: input min-width:0 + select/버튼 flex:none 으로 검색 아이콘이 모달 밖으로 밀리는 문제 해결 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -412,14 +412,19 @@ button:disabled {
|
||||
gap: 0.5rem;
|
||||
}
|
||||
.search-type {
|
||||
flex: none;
|
||||
padding: 0.5rem 0.6rem;
|
||||
border: 1px solid var(--color-border);
|
||||
border-radius: 4px;
|
||||
background: var(--color-background-soft);
|
||||
color: var(--color-text);
|
||||
}
|
||||
.search-form > .icon-btn {
|
||||
flex: none;
|
||||
}
|
||||
.search-form input {
|
||||
flex: 1;
|
||||
min-width: 0; /* flex 자식이 내용 최소폭 아래로 줄어들 수 있게 — 검색 버튼이 모달 밖으로 밀리는 문제 방지 */
|
||||
padding: 0.5rem 0.7rem;
|
||||
border: 1px solid var(--color-border);
|
||||
border-radius: 4px;
|
||||
|
||||
Reference in New Issue
Block a user