summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-27 15:39:12 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-27 15:39:12 +0200
commit5501624f8f45c9427c1942c8674df7a38ed516cd (patch)
tree3a754359117c269c955ace8caec4fe96f6f7a480 /css
parentcf8ff271a418055ddd83e9859cd0e64bd454535d (diff)
Fix import and push vCards to the server
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/importScreen.scss17
1 files changed, 10 insertions, 7 deletions
diff --git a/css/importScreen.scss b/css/importScreen.scss
index c57dca90..3d815389 100644
--- a/css/importScreen.scss
+++ b/css/importScreen.scss
@@ -25,13 +25,16 @@
padding-top: 20px;
}
&__progress {
- width: 50%;
- position: absolute;
- left: 25%;
+ width: 50%;
+ min-width: 300px;
+ margin: auto;
}
&__tracker {
- padding-top: 10px;
- position: absolute;
- left: 25%;
+ display: flex;
+ justify-content: space-between;
+ width: 50%;
+ min-width: 300px;
+ margin: auto;
+ padding-top: 10px;
}
-} \ No newline at end of file
+}