feat: 테이블 가로 스크롤 및 컬럼 리사이징 개선, 검색 결과 개수 필터 우측 배치, PC부품 제조사 컬럼 삭제
This commit is contained in:
@@ -640,3 +640,28 @@ input:checked + .role-slider:before {
|
||||
letter-spacing: -0.02em;
|
||||
}
|
||||
|
||||
/* --- Filter Bar Unified Layout Refactoring --- */
|
||||
.search-item.keyword-search {
|
||||
flex: 0 0 320px;
|
||||
}
|
||||
|
||||
.search-item.result-count-item {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.result-count-box {
|
||||
height: clamp(34px, 4.5vmin, 44px);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
box-sizing: border-box;
|
||||
min-width: 60px;
|
||||
}
|
||||
|
||||
.result-count-text {
|
||||
white-space: nowrap;
|
||||
color: var(--color-blue);
|
||||
font-size: var(--fs-sm);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user