From ceeedaab6c88c5244660ec0f102e329fcf0ae14a Mon Sep 17 00:00:00 2001 From: Thaddee Tyl Date: Wed, 17 Dec 2014 23:30:35 +0100 Subject: [PATCH] website update --- index.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index ae06dab..342a45d 100644 --- a/index.html +++ b/index.html @@ -34,8 +34,9 @@ hr.spacing { border: 0; display: block; height: 3mm; } .highlights { font-style: italic; } #main { transition: filter 1s, -webkit-filter 1s; } #main.blur { filter: url(#gaussian-blur); filter: blur(1px); -webkit-filter: blur(1px); } -#copyDialog { display: none; position: fixed; border: 0; opacity: 0; - background-color: rgba(50,50,55,0.7); transition: opacity 0.5s; } +#copyDialog { display: none; position: fixed; width: 100%; top: 0; left: 0; + border: 0; background-color: rgba(50,50,55,0.7); + opacity: 0; transition: opacity 0.5s; } #copyForm { background: #fafaff; position: fixed; width: 100%; top: 50%; left: 0; transform: translate(0, -80%); border-top: 15px solid #eaeaff; @@ -65,7 +66,7 @@ When that is implemented, change the placeholder to
-
+donate

Build

@@ -717,11 +718,7 @@ function markupDialog(tr) { copyForm.img.addEventListener('input', copyFormUrlEventListener); copyForm.style.addEventListener('change', copyFormUrlEventListener); // Set up the window position - var w = document.documentElement.offsetWidth; var h = document.documentElement.offsetHeight; - copyDialog.style.top = '0'; - copyDialog.style.left = '0'; - copyDialog.style.width = w + 'px'; copyDialog.style.height = h + 'px'; // Set up hide listener and show. copyFormUrlEventListener();