ui: add media type chip group to streams header (Movies/Shows/Music/Live)
Purple-accented chips, ordered Movies → Shows → Music → Live, with per-index shade variation matching the other chip groups. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
f0f136f28a
commit
52cc6b4721
@@ -756,9 +756,11 @@ mark { background: #5d4037; color: #ffcc80; border-radius: 2px; }
|
||||
.vv-device-sep { color: #2a2a2a; font-size: 12px; margin: 0 2px; user-select: none; }
|
||||
/* shared chip geometry */
|
||||
.vv-device-chip,
|
||||
.vv-chip-device, .vv-chip-res, .vv-chip-codec {
|
||||
.vv-chip-device, .vv-chip-res, .vv-chip-codec, .vv-chip-mtype {
|
||||
font-size: 10px; padding: 1px 7px; border-radius: 10px;
|
||||
white-space: nowrap; border: 1px solid; }
|
||||
/* media type — purple */
|
||||
.vv-chip-mtype { color: #9a6abf; background: #1a0d2e; border-color: #3a1e55; }
|
||||
/* device — blue */
|
||||
.vv-chip-device { color: #5a9ec8; background: #0d1e2e; border-color: #1c3f5c; }
|
||||
/* resolution — teal */
|
||||
|
||||
Reference in New Issue
Block a user