From 2a3d2d58c73e691dfd53b17d15a55f2070e1f89d Mon Sep 17 00:00:00 2001
From: "Lucian I. Last"
Date: Fri, 16 Nov 2018 15:39:10 +0100
Subject: [PATCH] Fix #86
---
lib/index.styl | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/lib/index.styl b/lib/index.styl
index f26319c..5d262d5 100644
--- a/lib/index.styl
+++ b/lib/index.styl
@@ -48,15 +48,13 @@ p {
}
.footer {
- width: 640px
+ width: 100%
height: 60px
text-align: center
color: gray
padding: 10px 0 10px
- position: fixed
+ position: relative
bottom: 0
- left: calc(50vw - 320px)
- right: calc(50vw - 320px)
border-radius: 5px 5px 0 0
background white
@@ -82,10 +80,6 @@ p {
}
}
-.container {
- height: 100vh
-}
-
.page {
display: flex
flex-direction: column;
@@ -95,8 +89,6 @@ p {
}
.drop-zone {
- width: 100%
- height: 100%
.drop-zone-overlay {
position: fixed