feat(anime): open Anime Browser in player modal

- Add the Ctrl+Alt+A shortcut and dedicated overlay modal
- Share queue, sources, and watch history while isolating browser state
This commit is contained in:
2026-08-15 21:44:52 -07:00
parent cc43d3007a
commit 7a1450ddb7
51 changed files with 921 additions and 180 deletions
+17
View File
@@ -52,6 +52,23 @@ body {
overflow: hidden;
}
html[data-embedded='overlay-modal'] .topbar {
gap: 12px;
padding: 10px 14px;
}
html[data-embedded='overlay-modal'] .brand-block {
display: none;
}
html[data-embedded='overlay-modal'] .bridge-banner {
padding-inline: 14px;
}
html[data-embedded='overlay-modal'] .statusbar {
padding-inline: 14px;
}
body {
display: flex;
flex-direction: column;