style: 보고 모달 항목 영역 최소 높이 확대 + 빈 상태 텍스트 중앙 정렬
cp-modal-items min-height 9rem→14rem, cp-modal-empty 를 margin:auto 로 상하/좌우 중앙 배치. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -3675,7 +3675,7 @@ a.file-info {
|
||||
/* 모달 항목 목록 */
|
||||
.cp-modal-items {
|
||||
flex: 1;
|
||||
min-height: 9rem;
|
||||
min-height: 14rem;
|
||||
padding: 1rem 1.25rem;
|
||||
overflow-y: auto;
|
||||
display: flex;
|
||||
@@ -3696,9 +3696,10 @@ a.file-info {
|
||||
color: var(--text);
|
||||
}
|
||||
.cp-modal-empty {
|
||||
/* 빈 상태 — 항목 영역 안에서 상하/좌우 중앙 배치 */
|
||||
margin: auto;
|
||||
font-size: 0.8125rem;
|
||||
color: var(--text-3);
|
||||
padding: 1rem 0;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user