From 77ad48f016c9070398f5089caeecd4cc60610c84 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Mon, 16 Mar 2020 09:04:13 +0000 Subject: [PATCH] Add github link to repo in the app overview (fix #127) --- index.html | 20 +++++++++++++------- index.js | 3 ++- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 324fda468..f18c05352 100644 --- a/index.html +++ b/index.html @@ -29,13 +29,19 @@ } .chip { cursor: pointer; + } + .tile-content { position: relative; } + .link-github { + position:absolute; + top: 36px; + left: -24px; }
-

Note: If you have a version of Bangle.js firmware before 2v04, please update to the latest firmware or +

Note: If you have a version of Bangle.js firmware before 2v04, please update to the latest firmware or use the legacy app loader.

@@ -103,15 +109,15 @@