feat: expand video library into general asset library
This commit is contained in:
@@ -60,12 +60,12 @@ main { max-width: 1480px; margin: 0 auto; padding: 24px; }
|
||||
.module-tab.active { border-color: var(--blue); background: var(--blue-soft); box-shadow: 0 0 0 2px rgba(41,87,232,.06); }
|
||||
.module-tab.active b { color: var(--blue); }
|
||||
body[data-active-module="library"] .production-only,
|
||||
body[data-active-module="library"] .video-library-only,
|
||||
body[data-active-module="library"] .generic-library-only,
|
||||
body[data-active-module="production"] .library-only,
|
||||
body[data-active-module="production"] .video-library-only,
|
||||
body[data-active-module="video-library"] .library-only,
|
||||
body[data-active-module="video-library"] .production-only,
|
||||
body[data-active-module="video-library"] .person-library-sidebar { display: none !important; }
|
||||
body[data-active-module="production"] .generic-library-only,
|
||||
body[data-active-module="generic-library"] .library-only,
|
||||
body[data-active-module="generic-library"] .production-only,
|
||||
body[data-active-module="generic-library"] .person-library-sidebar { display: none !important; }
|
||||
body[data-active-module="library"] .asset-library-title { margin-top: 0; }
|
||||
|
||||
.shot-overview { margin: -2px 0 18px; padding: 14px 16px 12px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
|
||||
@@ -155,6 +155,7 @@ body[data-active-module="library"] .asset-library-title { margin-top: 0; }
|
||||
.video-asset-card { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fafbfe; }
|
||||
.video-asset-preview { aspect-ratio: 16 / 9; display: grid; place-items: center; background: #111827; }
|
||||
.video-asset-preview video { width: 100%; height: 100%; object-fit: contain; }
|
||||
.video-asset-preview img { width: 100%; height: 100%; object-fit: contain; background: #f8fafc; }
|
||||
.video-asset-copy { display: grid; gap: 5px; padding: 11px 12px 8px; }
|
||||
.video-asset-copy strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
|
||||
.video-asset-copy span { overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
|
||||
|
||||
Reference in New Issue
Block a user