Jonius7 / SteamUI-OldGlory

A set of customisable Steam Library tweaks, with an installer. Also a reference that you can use to learn how to make your own tweaks.
https://jonius7.github.io
Apache License 2.0
251 stars 5 forks source link

ultrawide mod #90

Open HalfSpeed opened 1 year ago

HalfSpeed commented 1 year ago

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; }

Untitleggttttytd