From 1db57c8d3bf7a960871dd73b72130f22a7d81ef3 Mon Sep 17 00:00:00 2001 From: James Mills Date: Sun, 22 Mar 2020 23:40:13 +1000 Subject: Try to improve the style and position of the Upload button --- static/theme.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'static') diff --git a/static/theme.css b/static/theme.css index a2f269a..e19bad4 100644 --- a/static/theme.css +++ b/static/theme.css @@ -40,6 +40,16 @@ nav { height: 50px; background: #171717; border-bottom: 1px solid #272727; + position: relative; + overflow: hidden; +} + +nav a.centered { + float: none; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); } main { -- cgit v1.2.3