feat(#11): Add spinner audio and mute button

This commit is contained in:
Josh Creek
2022-10-24 12:27:32 +01:00
parent ff58967c8c
commit b9a40bb8a5
4 changed files with 48 additions and 0 deletions
+6
View File
@@ -91,6 +91,12 @@ body {
left: auto;
}
#mute {
position: absolute;
top: 140px;
left: auto;
}
#spinner-container {
display: flex;
flex-direction: row;