diff options
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; } |