feat: implement video controls and pop-out functionality in Video component
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user