From b674493a7a185e81d022d9b80bd1d4fb1204e99b Mon Sep 17 00:00:00 2001 From: CodeMyst Date: Wed, 3 Jun 2020 14:46:09 +0200 Subject: [PATCH] footer has z-index -1 and labels wrap around --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 272b548..c9d4fa0 100644 --- a/static/style.css +++ b/static/style.css @@ -79,8 +79,6 @@ input[type=text]:focus .repo .labels { - display: flex; - flex-direction: row; margin-bottom: 0; } @@ -90,6 +88,7 @@ input[type=text]:focus background-color: black; padding: 0.25rem 1rem; font-size: 1rem; + display: inline-block; } .repo .meta @@ -135,6 +134,7 @@ footer bottom: 0; text-align: center; width: 100%; + z-index: -1; } @media screen and (max-width: 640px)