diff options
author | Indrajith K L | 2022-11-30 05:52:51 +0530 |
---|---|---|
committer | Indrajith K L | 2022-11-30 05:52:51 +0530 |
commit | 22c9e30317f25df3a517a9323a1f93f47723ea58 (patch) | |
tree | 876e67b0575614607493971b0bec903e4d8e51ab /hg.css | |
parent | af7303fc62a7a3cb1c660bca51d4acbc27eaab22 (diff) | |
download | retrowave-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.css | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 |