feat(anime): auto-open Jimaku for Anime Browser playback

- Add hot-reloadable `anime.autoOpenJimaku` setting
- Pause and resume playback around subtitle selection
- Brand Anime Browser surfaces with the SubMiner logo
This commit is contained in:
2026-09-02 23:04:39 -07:00
parent 18beac13f4
commit 516fadd530
27 changed files with 403 additions and 11 deletions
+34 -1
View File
@@ -58,7 +58,24 @@ html[data-embedded='overlay-modal'] .topbar {
}
html[data-embedded='overlay-modal'] .brand-block {
display: none;
gap: 0;
}
html[data-embedded='overlay-modal'] .brand-logo {
width: 38px;
height: 38px;
}
html[data-embedded='overlay-modal'] .brand-copy {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
html[data-embedded='overlay-modal'] .bridge-banner {
@@ -96,6 +113,22 @@ body {
flex: none;
}
.brand-block {
display: flex;
align-items: center;
gap: 10px;
flex: none;
}
.brand-logo {
width: 52px;
height: 52px;
flex: none;
object-fit: contain;
image-rendering: pixelated;
filter: drop-shadow(0 5px 9px rgba(0, 0, 0, 0.28));
}
.brand-title {
font-size: 11px;
font-weight: 700;