aboutsummaryrefslogtreecommitdiff
path: root/hg.css
diff options
context:
space:
mode:
authorIndrajith K L2022-11-30 05:52:51 +0530
committerIndrajith K L2022-11-30 05:52:51 +0530
commit22c9e30317f25df3a517a9323a1f93f47723ea58 (patch)
tree876e67b0575614607493971b0bec903e4d8e51ab /hg.css
parentaf7303fc62a7a3cb1c660bca51d4acbc27eaab22 (diff)
downloadretrowave-player-22c9e30317f25df3a517a9323a1f93f47723ea58.tar.gz
retrowave-player-22c9e30317f25df3a517a9323a1f93f47723ea58.tar.bz2
retrowave-player-22c9e30317f25df3a517a9323a1f93f47723ea58.zip
Particle Implementationfeature/particles
* Particle is implemented but something is odd. Will be replaced by a library in the future
Diffstat (limited to 'hg.css')
-rw-r--r--hg.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/hg.css b/hg.css
index e364a3f..367b298 100644
--- a/hg.css
+++ b/hg.css
@@ -50,6 +50,7 @@ body {
text-align: center;
background-position: 50% 50%;
background-repeat: no-repeat;
+ z-index: 999;
}
.music-player .color-overlay {
@@ -250,4 +251,20 @@ dialog::backdrop {
padding-left: 10px;
color: #ffffff;
justify-content: center;
+}
+
+#dvd-render {
+ position: absolute;
+ top: 0;
+ z-index: 0;
+}
+
+#assets {
+ display: none;
+}
+
+#dvd {
+ width: 32px;
+ height: 18px;
+ object-fit: contain;
} \ No newline at end of file