폴더명 옆 파일 개수 표시 스타일 적용방식 개선

This commit is contained in:
bleubulblight 2025-08-13 02:41:55 +09:00
parent 7e948f891d
commit 92450d48c9

View File

@ -159,6 +159,15 @@ button.desktop-explorer {
align-items: center; align-items: center;
user-select: none; user-select: none;
// folder-count 스타일 추가
& .folder-count {
color: var(--secondary);
font-size: 1.05em;
margin-left: 0.3em;
font-weight: $semiBoldWeight;
opacity: 0.7;
}
& div > a { & div > a {
color: var(--secondary); color: var(--secondary);
font-family: var(--headerFont); font-family: var(--headerFont);
@ -194,14 +203,7 @@ button.desktop-explorer {
pointer-events: none; pointer-events: none;
} }
// folder-count 스타일 추가
& .folder-count {
color: var(--gray);
font-size: 0.9em;
margin-left: 0.5em;
font-weight: $normalWeight;
opacity: 0.7;
}
} }
} }