From f00dfc7524b2b828e252654b03921b755390250f Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Wed, 20 Nov 2019 19:56:06 +0200 Subject: [PATCH] Move upload-overlay to viewport --- client/components/App.vue | 1 + client/index.html.tpl | 7 ++----- client/themes/default.css | 4 ---- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/client/components/App.vue b/client/components/App.vue index e4937629..9c62fdf6 100644 --- a/client/components/App.vue +++ b/client/components/App.vue @@ -7,6 +7,7 @@ +
diff --git a/client/index.html.tpl b/client/index.html.tpl index 86fd1cd5..e66d5539 100644 --- a/client/index.html.tpl +++ b/client/index.html.tpl @@ -48,6 +48,7 @@ " data-transports="<%- JSON.stringify(transports) %>"> +
@@ -59,13 +60,9 @@

This is taking longer than it should, there might be connectivity issues.

-
-
- -
- + diff --git a/client/themes/default.css b/client/themes/default.css index cc2497ba..d8155503 100644 --- a/client/themes/default.css +++ b/client/themes/default.css @@ -17,10 +17,6 @@ padding: 0; } - #viewport #sign-in { - margin-left: 0; - } - #footer .icon { border-radius: 0; }