diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/assets/img/keys.png | bin | 0 -> 8524 bytes | |||
| -rwxr-xr-x | public/assets/stylesheets/app.css | 7 |
2 files changed, 6 insertions, 1 deletions
diff --git a/public/assets/img/keys.png b/public/assets/img/keys.png Binary files differnew file mode 100644 index 0000000..edb1d5e --- /dev/null +++ b/public/assets/img/keys.png 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; |
