update zoom level

This commit is contained in:
Mutasem 2021-10-29 17:39:36 +02:00
parent b9831428f4
commit bb2f84ae54

View file

@ -426,7 +426,7 @@ export default mixins(
'background-size': `${squareSize}px ${squareSize}px`,
'background-position': `left ${offsetPosition[0]}px top ${offsetPosition[1]}px`,
};
if (squareSize > 10) {
if (squareSize > 10.5) {
return {
...styles,
'background-image': `radial-gradient(circle at ${dotPosition}px ${dotPosition}px, #D4DADE ${dotSize}px, transparent 0)`,