summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/assets/img/keys.pngbin0 -> 8524 bytes
-rwxr-xr-xpublic/assets/stylesheets/app.css7
2 files changed, 6 insertions, 1 deletions
diff --git a/public/assets/img/keys.png b/public/assets/img/keys.png
new file mode 100644
index 0000000..edb1d5e
--- /dev/null
+++ b/public/assets/img/keys.png
Binary files differ
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 5aca224..757f1df 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -691,7 +691,12 @@ iframe.embed {
.mx-object3d video {
pointer-events: none;
}
-
+#keyhint {
+ position: fixed;
+ bottom:0;
+ right:0;
+ z-index: 2;
+}
#hud {
position: fixed;
top:0;left:0;