From c6bcdf5efa3d2d427b45e9e018abe861bc1a9cd0 Mon Sep 17 00:00:00 2001 From: Brian Peiris <brianpeiris@gmail.com> Date: Wed, 18 Apr 2018 17:35:46 -0700 Subject: [PATCH] adjust fps counter styling --- src/assets/stylesheets/hub.scss | 2 +- src/components/stats-plus.css | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/assets/stylesheets/hub.scss b/src/assets/stylesheets/hub.scss index c10db8dd1..321517929 100644 --- a/src/assets/stylesheets/hub.scss +++ b/src/assets/stylesheets/hub.scss @@ -13,7 +13,7 @@ .rs-base { top: auto; - bottom: 20px; + bottom: 60px; } .a-canvas.a-grab-cursor:hover { diff --git a/src/components/stats-plus.css b/src/components/stats-plus.css index fc4417bf5..8fa50fd3e 100644 --- a/src/components/stats-plus.css +++ b/src/components/stats-plus.css @@ -11,9 +11,10 @@ } :global(.rs-fps-counter) { + font-family: monospace; cursor: pointer; position: absolute; - bottom: 0; + bottom: 50px; left: 0; padding: 8px; color: #aaa; @@ -23,4 +24,4 @@ :global(.rs-mobile) { bottom: auto; top: 0; -} \ No newline at end of file +} -- GitLab