summaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/style.css b/style.css
index 62b6670..bd5073b 100644
--- a/style.css
+++ b/style.css
@@ -186,3 +186,26 @@ body {
height: 100vh;
box-sizing: border-box;
}
+
+.bottom-bar {
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ width: 100%;
+ box-sizing: border-box;
+ padding: 0 1em 1em 1em;
+ z-index: 10000;
+}
+
+.bottom-bar .seekbar {
+ width: 100%;
+ height: 0.5em;
+ background: #333;
+ cursor: pointer;
+}
+
+.bottom-bar .seekbar .progress {
+ height: 100%;
+ background: #bf1041;
+ pointer-events: none;
+}