You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under styles on the right side there's a section that looks like this. I try unchecking box next to flex-direction: column. which makes it look somewhat like the image below. But when I copy this in the custom css, It won't apply with the mod text below. Also I've tried finding it again in the steam devtools but I just can't.
If someone can figure it out, I'll like to also resize each panel to make it look nice on a ultrawide
Under styles on the right side there's a section that looks like this. I try unchecking box next to flex-direction: column. which makes it look somewhat like the image below. But when I copy this in the custom css, It won't apply with the mod text below. Also I've tried finding it again in the steam devtools but I just can't.
If someone can figure it out, I'll like to also resize each panel to make it look nice on a ultrawide
.appdetailsoverview_Container_27RcN .appdetailsoverview_RightColumn_2aor4 {
width: 33%;
margin-left: 32px;
flex: none;
display: flex;
/* flex-direction: column; */
float: right;
}
The text was updated successfully, but these errors were encountered: