-
+
diff --git a/src/renderer.js b/src/renderer.js
index 613044f..8fb7683 100644
--- a/src/renderer.js
+++ b/src/renderer.js
@@ -271,8 +271,7 @@ exports.lastPage = 'release'
let downloader = new Vue({
el: '#download-container',
data: {
- show: false,
- display: "none",
+ show: false
}
})
diff --git a/src/style.css b/src/style.css
index 3354773..d169a52 100644
--- a/src/style.css
+++ b/src/style.css
@@ -149,6 +149,7 @@ body
/* --------------- LOADER ---------------- */
#loader-container
{
+ background-color: rgba(255, 255, 255, 0.8);
width: 100%;
height: 100%;
text-align: center;
@@ -177,7 +178,6 @@ body
#download-container
{
- display: none;
height: 100%;
width: 100%
}