Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Round CSS value after applying zoom level #241

Merged
merged 1 commit into from
Aug 11, 2024
Merged

Conversation

rodarima
Copy link
Member

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: #240

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: #240
@rodarima rodarima merged commit 8a360e3 into master Aug 11, 2024
22 checks passed
@rodarima rodarima deleted the fix-disappearing-border branch August 12, 2024 15:45
@rodarima rodarima added this to the Release 3.2.0 milestone Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Zooming out makes 1 px border dissapear
1 participant