Giant Icons
I just installed PhpStorm onto CachyOS (a fork of Arch Linux) from JetBrains Toolbox. I had it sync with my JetBrains account, and now the icons are enormous, overflowing their containers! Here's a shot of the top-right corner of PhpStorm.

I've tried switching themes, and some things have icons a little bit smaller, but still huge. What can I do about this?
请先登录再写评论。
Sturm359 the issue is apparently caused by the Material UI theme plugin.
Should you face a similar scaling problem after disabling it, please try running the IDE in a native Wayland mode: add
-Dawt.toolkit.name=WLToolkit
to the main menu Help | Edit custom VM options (IDE restart needed).