File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 149
149
// @description :zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
150
150
// @author KudoAI
151
151
// @namespace https://kudoai.com
152
- // @version 2025.4.21.1
152
+ // @version 2025.4.21.2
153
153
// @license MIT
154
154
// @icon https://assets.googlegpt.io/images/icons/googlegpt/black/icon48.png?v=59409b2
155
155
// @icon 64 https://assets.googlegpt.io/images/icons/googlegpt/black/icon64.png?v=59409b2
1839
1839
appDiv : appDiv . getBoundingClientRect ( ) , toggleBtn : toggleElem . getBoundingClientRect ( ) ,
1840
1840
hoverMenu : hoverMenus [ menuType ] . div . getBoundingClientRect ( )
1841
1841
}
1842
- const appIsHigh = rects . toggleBtn . top < ( rects . hoverMenu . height + 15 ) ,
1843
- appIsLow = rects . hoverMenu . bottom > ( innerHeight - 15 )
1842
+ const appIsTooHigh = rects . toggleBtn . top < ( rects . hoverMenu . height + 15 ) ,
1843
+ appIsTooLow = rects . hoverMenu . bottom > ( innerHeight - 15 )
1844
1844
hoverMenus [ menuType ] . div . style . top = `${ rects . toggleBtn . top - rects . appDiv . top + (
1845
- menuType == 'pin' && appIsHigh || menuType == 'api' && ! appIsLow
1845
+ menuType == 'pin' && appIsTooHigh || menuType == 'api' && ! appIsTooLow
1846
1846
? /* point down */ 29 : /* point up */ - rects . hoverMenu . height - 13 ) } px`
1847
1847
hoverMenus [ menuType ] . rightPos = hoverMenus [ menuType ] . rightPos
1848
1848
|| rects . appDiv . right - event . clientX - hoverMenus [ menuType ] . div . offsetWidth / 2
You can’t perform that action at this time.
0 commit comments