diff --git a/web/app/pods/components/huegasm-app/template.hbs b/web/app/pods/components/huegasm-app/template.hbs
index 7d29970..ab6c3c9 100644
--- a/web/app/pods/components/huegasm-app/template.hbs
+++ b/web/app/pods/components/huegasm-app/template.hbs
@@ -1,8 +1,8 @@
{{#if bridgeUsername}}
{{hue-controls bridgeIp=bridgeIp bridgeUsername=bridgeUsername trial=trial dimmerOn=dimmerOn storage=storage action="toggleDimmer"}}
{{else}}
-
-
+
+
{{#if ready}}
diff --git a/web/app/styles/app.scss b/web/app/styles/app.scss
index 71f8ac8..3ed74cc 100644
--- a/web/app/styles/app.scss
+++ b/web/app/styles/app.scss
@@ -82,6 +82,21 @@ div.ember-modal-dialog {
color: rgba(0, 0, 0, 0.26);
}
}
+
+#github-ribbon {
+ position: absolute;
+ top: 0;
+ right: 0;
+ border: 0;
+}
+
+@media(max-width:500px) {
+ #github-ribbon {
+ top: -20px;
+ right: -20px;
+ }
+}
+
// fancy webkit scrollbars
@media(min-width:767px) {
::-webkit-scrollbar {