Increase min focus top again

This commit is contained in:
Idrees Hassan
2025-10-28 20:45:47 -04:00
parent 4df4d710d1
commit d86253c8bf
4 changed files with 7 additions and 7 deletions

View File

@@ -101,7 +101,7 @@ const PET_FEATHER_BOOST = 2;
// Focus element constraints
const MIN_FOCUS_ELEMENT_WIDTH = 100;
const MIN_FOCUS_ELEMENT_TOP = 40;
const MIN_FOCUS_ELEMENT_TOP = 80;
/** @type {Partial<Settings>} */
let userSettings = {};