chatgpt codex: told to improve ux/ui consistently, 5 times
This commit is contained in:
@@ -29,7 +29,7 @@ export function DownloadDialog() {
|
||||
onClick={closeDownloadDialog}
|
||||
>
|
||||
<div
|
||||
className="relative w-[94vw] max-w-4xl rounded-2xl bg-crust/95 ring-1 ring-surface0/60 shadow-2xl"
|
||||
className="panel-blur relative w-[94vw] max-w-4xl"
|
||||
onClick={(event) => event.stopPropagation()}
|
||||
>
|
||||
<Button
|
||||
|
||||
@@ -65,11 +65,11 @@ export function GameLaunchDialog() {
|
||||
|
||||
return (
|
||||
<div
|
||||
className="fixed inset-0 z-200 flex items-center justify-center bg-mantle/70 backdrop-blur-sm"
|
||||
className="fixed inset-0 z-200 flex items-center justify-center bg-mantle/70 backdrop-blur-sm pointer-events-auto"
|
||||
onClick={closeGameLaunch}
|
||||
>
|
||||
<div
|
||||
className="relative w-[92vw] max-w-sm rounded-2xl bg-crust/95 ring-1 ring-surface0/60 shadow-2xl"
|
||||
className="panel-blur relative w-[92vw] max-w-sm"
|
||||
onClick={(event) => event.stopPropagation()}
|
||||
>
|
||||
<Button
|
||||
@@ -82,7 +82,7 @@ export function GameLaunchDialog() {
|
||||
<X className="h-4 w-4" />
|
||||
</Button>
|
||||
<div className="flex flex-col items-center gap-4 px-6 py-8 text-center">
|
||||
<div className="h-20 w-20 flex items-center justify-center rounded-2xl bg-blue/20">
|
||||
<div className="h-20 w-20 flex items-center justify-center rounded-2xl bg-blue/20 ring-1 ring-blue/30">
|
||||
<RobloxLogoIcon className="h-10 w-10 text-blue" />
|
||||
</div>
|
||||
<div className="space-y-1">
|
||||
@@ -104,7 +104,7 @@ export function GameLaunchDialog() {
|
||||
{launchTimeouted ? (
|
||||
<Button
|
||||
onClick={handleDownloadClick}
|
||||
className="w-full rounded-full z-50 pointer-events-auto"
|
||||
className="w-full rounded-full z-50"
|
||||
>
|
||||
Download Roblox
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user