Merge pull request #596 from EtienneLescot/codex/fix-language-prompt-clicks
[codex] fix language prompt HUD clicks
This commit is contained in:
@@ -374,6 +374,7 @@ export function LaunchWindow() {
|
||||
>
|
||||
{systemLocaleSuggestion && (
|
||||
<div
|
||||
data-hud-interactive="true"
|
||||
className={`fixed top-8 left-1/2 z-30 w-[calc(100vw-1rem)] max-w-[520px] -translate-x-1/2 rounded-xl border border-white/15 bg-[rgba(20,20,28,0.95)] p-3 shadow-2xl backdrop-blur-xl text-white animate-in fade-in-0 zoom-in-95 duration-200 ${styles.electronNoDrag}`}
|
||||
>
|
||||
<div className="text-[13px] font-semibold text-white">
|
||||
|
||||
Reference in New Issue
Block a user