mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 20:29:04 +08:00
(Fix) - serviceMap zooms correctly
This commit is contained in:
parent
bc3f16d3de
commit
12911db945
@ -79,9 +79,9 @@ export const getZoomPx = (): number => {
|
|||||||
if (width < 1400) {
|
if (width < 1400) {
|
||||||
return 190;
|
return 190;
|
||||||
} else if (width > 1400 && width < 1700) {
|
} else if (width > 1400 && width < 1700) {
|
||||||
return 400;
|
return 380;
|
||||||
} else if (width > 1700) {
|
} else if (width > 1700) {
|
||||||
return 485;
|
return 470;
|
||||||
}
|
}
|
||||||
return 190;
|
return 190;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user