- Go to Settings (F3) / Overlay / Style Overrides and add or replace the following style rule:
.overlay>.standings {
transform: perspective(1000px) translateZ(-350px);
transform-origin: top left;
}
- In this particular case the scale factor is: 1000 / (1000 + 350) = 74% The idea is to set your eye at 1000px from the screen and to move standings 350px back The scaling origin is set to top left to keep standings aligned when scaled.