From 045626a43f8ee669dda3648565594c59154c8537 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Tue, 20 Feb 2024 10:28:03 +0200 Subject: [PATCH] Minor text update Signed-off-by: Alexander Borsuk --- public/ge0.html | 34 +++++++++++++++++----------------- public/get.html | 6 +++--- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/public/ge0.html b/public/ge0.html index 9ccfcf8..2403703 100644 --- a/public/ge0.html +++ b/public/ge0.html @@ -9,9 +9,9 @@ - - - + + + @@ -33,7 +33,7 @@ display: flex; flex-flow: column; } - + .link { border-radius: 25px; border: 1px solid #449f33; @@ -41,7 +41,7 @@ margin-bottom: 2px; display: inline-block; } - + .linkcolour { border-radius: 25px; padding: 5px; @@ -52,13 +52,13 @@ vertical-align: middle; display: inline-block; } - + .linkcolour:hover { background-color: #449f33; color: #FFF; cursor: pointer; } - + .linkcolour:active { background-color: #24541b; } @@ -78,7 +78,7 @@ } #logo { - vertical-align: middle; + vertical-align: middle; height: 2em; flex-flow: row wrap; align-items: center; @@ -87,7 +87,7 @@ justify-content: space-between; overflow-wrap: break-word; } - + #name { flex: 1; font-size: x-large; @@ -98,7 +98,7 @@ flex: 1 1 auto; z-index: 1; } - + #notif { z-index: 1000; border-radius: 25px; @@ -107,20 +107,20 @@ padding-right: 10px; overflow-wrap: break-word; box-shadow: 0 3px 10px 0 #00000030; - visibility: hidden; + visibility: hidden; background-color: #FFF; color: #449f33; position: absolute; transform: translateX(-50%); left: 50%; top: 10%; - } - + } + #notif.show { visibility: visible; animation: fadein 0.5s, fadeout 0.5s 1s; } - + @keyframes fadein { from { opacity: 0; } to { opacity: 1; } @@ -178,12 +178,12 @@ if (isMobile) { document.getElementById('geolink').removeAttribute('onclick'); - + if(!isiOS) { document.getElementById('install').remove(); } }; - + function openStore() { window.location='/get.html'; } @@ -194,7 +194,7 @@ setTimeout(openStore, 700); } } - + function copyCoords() { var el = document.getElementById("notif"); el.className = "show"; diff --git a/public/get.html b/public/get.html index 866a1f3..aab1c8e 100644 --- a/public/get.html +++ b/public/get.html @@ -9,9 +9,9 @@ - - - + + +