From 0624359e7b44629ed55217bde6acf437ce227063 Mon Sep 17 00:00:00 2001 From: tersiswilvin <52929976+tersiswilvin@users.noreply.github.com> Date: Thu, 18 Aug 2022 08:04:50 -0700 Subject: [PATCH] Item Fix for New Panel Fixes user container not aligning properly when more then 3 was present. --- public/css/NewAdminCSS.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/css/NewAdminCSS.css b/public/css/NewAdminCSS.css index 50fbba4..5a8c0de 100644 --- a/public/css/NewAdminCSS.css +++ b/public/css/NewAdminCSS.css @@ -1,3 +1,7 @@ +html { + background-color: #111; +} + body { background-color: #111; min-width: 0px; @@ -239,6 +243,7 @@ h6 { height: 100%; position: relative; display: flex; + flex-wrap: wrap; flex-direction: row; justify-content: center; } @@ -355,6 +360,9 @@ h6 { border-radius: 50%; margin: -5px; } +.NewPanel.AdminPanel .flex { + display: block!important; +} @media (max-width:1000px) { .NewPanel .AdminSubHeader ul {