Fixed: Input styling breaking due to ChatGPT’s new grid-based composer container.
- Updated
findComposerShell() to detect the new div.overflow-clip.grid structure.
- Added fallback checks for older rounded containers to maintain backward compatibility.
Improved: Glow ring compatibility with the new grid layout.
- Ensured
spin-glow-ring is injected cleanly without being clipped by grid padding.
Tweaked: CSS overrides for the ProseMirror editor.
- Made the editor background transparent again.
- Restored frosted-glass styling to match the old look despite structural changes.
Stability: Added broader selector fallbacks in case of future minor DOM updates.