From 6c50fb31e077284e0822991c318aa3fd1fa878a6 Mon Sep 17 00:00:00 2001 From: James Mills Date: Sat, 28 Mar 2020 20:49:09 +1000 Subject: More minor UI tweaks --- static/import.css | 2 +- static/theme.css | 2 +- static/upload.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'static') diff --git a/static/import.css b/static/import.css index bc114e7..c142977 100644 --- a/static/import.css +++ b/static/import.css @@ -1,7 +1,7 @@ .import-container { display: inline-block; max-width: 100%; - margin-top: 50px; + margin-top: 10px; } .import-wrapper { diff --git a/static/theme.css b/static/theme.css index 0dcbd1a..60b5479 100644 --- a/static/theme.css +++ b/static/theme.css @@ -95,7 +95,7 @@ main { display: inline-block; margin-left: 10px; width: 290px; - height: 543px; + height: 607px;; background: #282a2e; box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2); overflow-x: hidden; diff --git a/static/upload.css b/static/upload.css index 9add614..ca9006a 100644 --- a/static/upload.css +++ b/static/upload.css @@ -1,7 +1,7 @@ .upload-container { display: inline-block; max-width: 100%; - margin-top: 50px; + margin-top: 10px; } .upload-wrapper { -- cgit v1.2.3