Web Browser scaling issue in Wayland

When I use Wayland, the icons and UI elements of my browser (Brave) appear to be very small. This only occurs in Wayland, not in X11. Does anyone know how to fix this on Zorin OS?

X11:

Wayland:

Solved my issue, just get the brave-browser.desktop file in /usr/share/applications folder, copy it to ~/.local/share/applications and modify the line 108 Exec=/usr/bin/brave-browser-stable %U to Exec=/usr/bin/brave-browser-stable --enable-features=UseOzonePlatform --ozone-platform=x11 %U

1 Like