From 2e8595123349e27e7fc02f17be51686834088be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Fri, 24 Jan 2020 10:36:47 +0100 Subject: [PATCH 1/3] Meta tags for ios --- src/templates/Create.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/templates/Create.html b/src/templates/Create.html index d383745..57ce2a6 100644 --- a/src/templates/Create.html +++ b/src/templates/Create.html @@ -10,6 +10,8 @@ + +
From d2297e6405d30523ddaf65e5c57eebcae0eb7db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Fri, 24 Jan 2020 10:46:16 +0100 Subject: [PATCH 2/3] Body color match theme and set container to white again. --- src/Vinlottis.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/Vinlottis.vue b/src/Vinlottis.vue index 1b17c94..1882cc8 100644 --- a/src/Vinlottis.vue +++ b/src/Vinlottis.vue @@ -40,4 +40,14 @@ export default { src: url("/../public/assets/fonts/regular.eot"), url("/../public/assets/fonts/regular.woff") format("woff"); } + +body { + background-color: #dbeede; +} + + + From 48525b640e23c903d1aa043b2cd1e876492f8282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Fri, 24 Jan 2020 11:01:32 +0100 Subject: [PATCH 3/3] Min height of container should be the window height. --- src/Vinlottis.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Vinlottis.vue b/src/Vinlottis.vue index 1882cc8..d0fed8f 100644 --- a/src/Vinlottis.vue +++ b/src/Vinlottis.vue @@ -49,5 +49,6 @@ body {