High memory usage + flickering
Closed this issue · 0 comments
redsigma commented
If you visit this profile:
https://steamcommunity.com/profiles/76561198032710895
Steam memory reaches 2.5-3gb . With default steam it reaches max 1.3 gb
The fix:
- Search for
.responsive_page_content{overflow-x:hidden!important}
and remove it (to be precise remove theoverflow-x:hidden!important
) - Search for
.profile_content.has_profile_background
and remove theborder-radius:var(--border1)!important;
I wrote more detail about this issue here:
purogamer/Fluent-for-Steam#15 (comment)
TL:DR
It seems that border-radius
causes some strange bugs to happen