From 8e077b8ac8d05ef42aad9e3adda6d903c0587bf5 Mon Sep 17 00:00:00 2001 From: Tris Date: Wed, 7 Oct 2020 10:12:39 +1100 Subject: [PATCH] Fixed phone display --- interface/static/interface/css/polyphonic.css | 8 ++++---- interface/templates/base.html | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/interface/static/interface/css/polyphonic.css b/interface/static/interface/css/polyphonic.css index b3b8066..36951f3 100644 --- a/interface/static/interface/css/polyphonic.css +++ b/interface/static/interface/css/polyphonic.css @@ -28,7 +28,11 @@ BODY { background-position: center top; background-size: 100%; background-repeat: no-repeat; + margin: 0px; + height: 100%; display: flex; + align-items: flex-start; + justify-content: center; } .main { @@ -39,7 +43,6 @@ BODY { font-family: 'Quicksand', Arial, Helvetica, sans-serif; font-size: 14pt; background-color: white; - align-items: center; } .content { @@ -68,9 +71,6 @@ BODY { .smhide { display: none; } - UL.nav-buttons { - flex-direction: column; - } .collapse { flex-direction: column; } diff --git a/interface/templates/base.html b/interface/templates/base.html index bff9eb0..ff83269 100644 --- a/interface/templates/base.html +++ b/interface/templates/base.html @@ -21,17 +21,17 @@