diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-08-29 15:12:32 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-08-29 15:12:32 +0200 |
| commit | 5a88f8d7a0a35b0c75b0a56d0f6fce1d0a495c12 (patch) | |
| tree | cbc0a8207885476cd0d331db399536c259ca4f80 /packages/meshbay-hub/src/meshbay_hub/static/style.css | |
| parent | be57cf9c3b499c8e59a94d13059f16f1456fcae1 (diff) | |
| parent | 71b7a310ce938f072fe20f27eeeadd40685f1ad1 (diff) | |
| download | meshbay-5a88f8d7a0a35b0c75b0a56d0f6fce1d0a495c12.tar.gz | |
Merge branch 'fix/videos-tmdb-matching'
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/style.css')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/style.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/style.css b/packages/meshbay-hub/src/meshbay_hub/static/style.css index b315512..a7e8e3d 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/style.css +++ b/packages/meshbay-hub/src/meshbay_hub/static/style.css @@ -2916,6 +2916,30 @@ h2 .gn-owner, h3 .gn-owner { font-size: 0.55em; } color: var(--text-secondary); margin-top: 6px; } +.video-detail-source { + font-size: 0.78em; + color: var(--text-dim); + margin-top: 6px; + word-break: break-all; +} +.video-detail-tmdbref { white-space: nowrap; } +.video-detail-nomatch { + font-size: 0.85em; + color: var(--warn, #d98324); + margin-bottom: 4px; +} +.video-card-unmatched { outline: 1px dashed var(--warn, #d98324); outline-offset: -1px; } +.video-card-flag { + display: inline-block; + margin-left: 4px; + padding: 0 5px; + border-radius: 8px; + font-size: 0.8em; + font-weight: 700; + color: var(--warn, #d98324); + border: 1px solid var(--warn, #d98324); + cursor: help; +} .video-season-list { margin-top: 14px; } .video-season { margin-bottom: 14px; } |