You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
widgets look noticeably blurry due to how the position is calculated
i think the final position should be an integer to avoid this, this level of precision seems unnecessary
blurry (float): transform: translate(19.5148px, 67.9011px) -- freely moving the widget
normal (integer): transform: translate(19px, 67px)
the screenshots were taken from the overlay (on chromium)
The text was updated successfully, but these errors were encountered:
widgets look noticeably blurry due to how the position is calculated
i think the final position should be an integer to avoid this, this level of precision seems unnecessary
blurry (float):
transform: translate(19.5148px, 67.9011px)
-- freely moving the widgetnormal (integer):
transform: translate(19px, 67px)
the screenshots were taken from the overlay (on chromium)
The text was updated successfully, but these errors were encountered: