diff --git a/package.json b/package.json
index 2698045..6759d65 100644
--- a/package.json
+++ b/package.json
@@ -32,6 +32,7 @@
"marked": "^3.0.8",
"mux.js": "^5.14.1",
"psychic-tiny-keys": "https://bafybeidtcftvyig2w34aodqfiqiige5zgwjntqtt6ofrqrydf3hydwgv4u.ipfs.cf-ipfs.com/?filename=psychic-tiny-keys-v0.0.1.tar.gz",
+ "quick-lru": "^6.1.1",
"register-service-worker": "^1.7.2",
"sass-loader": "^10",
"shaka-player": "https://f003.backblazeb2.com/file/Bronze8113/shaka-v4.3.4.tar",
diff --git a/src/components/Player.scss b/src/components/Player.scss
index 589735b..1e74816 100644
--- a/src/components/Player.scss
+++ b/src/components/Player.scss
@@ -17,3 +17,11 @@
font-style: normal;
}
}
+
+.pm-shaka-preview {
+ position: absolute;
+ z-index: 2000;
+ bottom: 0;
+ margin-bottom: 4.5%;
+ border-radius: 0.3rem;
+}
diff --git a/src/components/Player.vue b/src/components/Player.vue
index 4e27e71..741040f 100644
--- a/src/components/Player.vue
+++ b/src/components/Player.vue
@@ -4,6 +4,7 @@
style="width: 100%; height: calc(100vh - 48px); background: #000"
ref="container"
>
+