The screen size override needs to use the DPI as reference, not the density.
For websites, screen.width and screen.height must be always greater or equal than window.innerWidth and window.innerHeight, otherwise there could be layout issues as the Wolvic window becomes too large.
The screen size override needs to use the DPI as reference, not the density.
For websites, screen.width and screen.height must be always greater or equal than window.innerWidth and window.innerHeight, otherwise there could be layout issues as the Wolvic window becomes too large.
Fixes https://github.com/Igalia/wolvic/issues/1517