From 08105376fd870f5d947f55459b9c3cb3a563a26b Mon Sep 17 00:00:00 2001 From: Mark Jessop Date: Sun, 17 Mar 2019 11:27:39 +1030 Subject: [PATCH] Move time-to-landing text to bottom-left of display. --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index bd0ecd7..c92624e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -318,7 +318,7 @@ // Time-to-landing display - shows the time until landing for the currently tracked payload. L.control.custom({ - position: 'bottomcenter', + position: 'bottomleft', content : "
", classes : 'btn-group-vertical btn-group-sm', id: 'ttl_display',