diff options
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 |