diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css index 8ed4d51..2a4cbb9 100644 --- a/src/main/resources/static/css/style.css +++ b/src/main/resources/static/css/style.css @@ -402,6 +402,13 @@ tbody td { padding: 0.65rem 0.75rem; border-bottom: 1px solid var(--border); } tbody tr { transition: background 0.15s ease; } tbody tr:hover { background: var(--hover); } +/* Compact list table: number/status cells stay one line, "영상" cell stays wide */ +.coll-table th, .coll-table td { white-space: nowrap; vertical-align: middle; } +.coll-table td:first-child, .coll-table th:first-child { white-space: normal; width: 42%; min-width: 280px; } +.coll-table thead th { background: var(--surface-2); } +.row-sel { padding: 4px 6px; background: var(--surface-2); border: 1px solid var(--border-strong); border-radius: 6px; color: var(--text); font-size: 0.78rem; outline: none; max-width: 110px; } +.row-sel option { background: var(--surface); color: var(--text); } + /* ===== Modal (reusable) ===== */ .modal-overlay { display: none; position: fixed; inset: 0; z-index: 1000; diff --git a/src/main/resources/templates/discover.html b/src/main/resources/templates/discover.html index 4ec6951..e7815e9 100644 --- a/src/main/resources/templates/discover.html +++ b/src/main/resources/templates/discover.html @@ -84,23 +84,21 @@
| 썸네일 | -제목 | -채널 | -구독자 | -조회수 | -시간당 | -배율 | -업로드 | -상태 | -관리 | +영상 | +구독자 | +조회수 | +시간당 | +배율 | +업로드 | +상태 | +관리 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 로딩 중... | |||||||||||||||||
| 로딩 중... | |||||||||||||||||