Item Fix for New Panel
Fixes user container not aligning properly when more then 3 was present.
This commit is contained in:
parent
6a890e663f
commit
0624359e7b
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue