in src/content_script.js [499:505]
function elementSizeOffsetXY(smallSwitch) { // [X, Y] if (smallSwitch) { return [12, 5]; } return [20, 4]; }