fix: update video assets and sidebar dark background color

Replace video assets with processed versions, update sidebar logo
dark background to #393939, restore streaming indicator with
theme-aware video switching.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ekko
2026-04-16 23:43:54 +08:00
parent b5aeb876b8
commit a54a89d521
6 changed files with 68 additions and 39 deletions
@@ -361,7 +361,7 @@ async function handleUpdate() {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
.dark & {
background-color: #333333;
background-color: #393939;
}
position: relative;
overflow: hidden;