feat: implement video controls and pop-out functionality in Video component

This commit is contained in:
2026-02-27 22:12:47 +11:00
parent 58966aec19
commit f8af51b75c
7 changed files with 811 additions and 33 deletions

View File

@@ -46,7 +46,9 @@
}
.dark-theme,
.butter-theme {
.butter-theme,
.discord-theme,
.discord-darker-theme {
--tc-link: hsl(213deg 100% 80%);
--mx-uc-1: hsl(208, 100%, 75%);
@@ -103,6 +105,12 @@ body.dark-theme {
body.butter-theme {
background-color: #1A1916;
}
body.discord-theme {
background-color: #2B2D31;
}
body.discord-darker-theme {
background-color: #1E1F22;
}
#root {
width: 100%;
height: 100%;