aboutsummaryrefslogtreecommitdiff
path: root/hg.css
diff options
context:
space:
mode:
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