Item Fix for New Panel

Fixes user container not aligning properly when more then 3 was present.
This commit is contained in:
tersiswilvin 2022-08-18 08:04:50 -07:00
parent 6a890e663f
commit 0624359e7b
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
html {
background-color: #111;
}
body { body {
background-color: #111; background-color: #111;
min-width: 0px; min-width: 0px;
@ -239,6 +243,7 @@ h6 {
height: 100%; height: 100%;
position: relative; position: relative;
display: flex; display: flex;
flex-wrap: wrap;
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;
} }
@ -355,6 +360,9 @@ h6 {
border-radius: 50%; border-radius: 50%;
margin: -5px; margin: -5px;
} }
.NewPanel.AdminPanel .flex {
display: block!important;
}
@media (max-width:1000px) { @media (max-width:1000px) {
.NewPanel .AdminSubHeader ul { .NewPanel .AdminSubHeader ul {