From 02ad894d9551caf1cea40eadbd1486a8c5cca1f4 Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Fri, 11 Dec 2020 17:40:44 +0800 Subject: [PATCH] Shoddy audio controls --- index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/index.html b/index.html index 3efd519..178a479 100644 --- a/index.html +++ b/index.html @@ -48,7 +48,14 @@ } #audio { + display: none; + } + + #controls { z-index: 999; + position: absolute; + right: 0px; + bottom: 0px; } @@ -57,6 +64,10 @@ +
+ + +
-- 2.11.0