dillo-browser / dillo

Dillo, a multi-platform graphical web browser
https://dillo-browser.github.io/
GNU General Public License v3.0
548 stars 27 forks source link

Round CSS value after applying zoom level #241

Closed rodarima closed 1 month ago

rodarima commented 1 month ago

When a 1px value is used for the border, any zoom level that makes it smaller makes the resulting size 0, so it disappears. Using round instead leaves more room for zooming out before it disappears.

Fixes: https://github.com/dillo-browser/dillo/issues/240