fix: restore top positioning from working version

This commit is contained in:
cra88y
2026-01-11 11:01:51 -06:00
parent 86c49b9f60
commit da220e58f1
+3
View File
@@ -191,6 +191,9 @@ class SXNGPlugin(Plugin):
const box = document.getElementById('sxng-stream-box');
const data = document.getElementById('sxng-stream-data');
const container = document.getElementById('urls') || document.getElementById('main_results');
if (container && box) {{ container.prepend(box); }}
try {{
const ctx = new TextDecoder().decode(Uint8Array.from(atob(b64), c => c.charCodeAt(0)));
const res = await fetch('/gemini-stream', {{