[codex] Make Windows mpv shortcut self-contained (#40)

This commit is contained in:
2026-04-03 21:35:18 -07:00
committed by GitHub
parent d6c72806bb
commit 7514985feb
131 changed files with 3367 additions and 716 deletions

View File

@@ -453,8 +453,7 @@ body {
padding: 14px;
border-radius: 16px;
border: 1px solid rgba(110, 115, 141, 0.16);
background:
linear-gradient(180deg, rgba(54, 58, 79, 0.55), rgba(36, 39, 58, 0.6));
background: linear-gradient(180deg, rgba(54, 58, 79, 0.55), rgba(36, 39, 58, 0.6));
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}
@@ -496,8 +495,12 @@ body {
}
.playlist-browser-row.current {
background:
linear-gradient(90deg, rgba(138, 173, 244, 0.12), rgba(138, 173, 244, 0.03) 28%, transparent);
background: linear-gradient(
90deg,
rgba(138, 173, 244, 0.12),
rgba(138, 173, 244, 0.03) 28%,
transparent
);
box-shadow: inset 3px 0 0 #8aadf4;
}