diff --git a/app/main.css b/app/main.css index b18f1d04..bdad0b17 100644 --- a/app/main.css +++ b/app/main.css @@ -146,6 +146,7 @@ footer li:hover { .main { display: flex; + position: relative; max-width: 64rem; width: 100%; height: 100%; diff --git a/app/ui/blank.js b/app/ui/blank.js index 837f8c40..42d8f423 100644 --- a/app/ui/blank.js +++ b/app/ui/blank.js @@ -2,7 +2,7 @@ const html = require('choo/html'); module.exports = function() { return html` -
+
diff --git a/app/ui/download.js b/app/ui/download.js index ca97addc..ca9f38e8 100644 --- a/app/ui/download.js +++ b/app/ui/download.js @@ -153,7 +153,7 @@ module.exports = function(state, emit) { content = password(state, emit); } return html` -
+
${state.modal && modal(state, emit)}
${content} diff --git a/app/ui/error.js b/app/ui/error.js index 36f9a7ba..5bc91401 100644 --- a/app/ui/error.js +++ b/app/ui/error.js @@ -4,7 +4,7 @@ const modal = require('./modal'); module.exports = function(state, emit) { return html` -
+
${state.modal && modal(state, emit)}
+
${state.modal && modal(state, emit)}
+
${state.modal && modal(state, emit)}
+
${state.modal && modal(state, emit)}
+
${state.modal && modal(state, emit)}