mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 11:40:11 +03:00
install: fixing dialog width on mobile
This commit is contained in:
parent
712eabc153
commit
6440e75841
@ -106,7 +106,11 @@ export const AppInfo: FC<AppInfoProps> = ({ docket, vat, className }) => {
|
||||
'Get App'
|
||||
)}
|
||||
</DialogTrigger>
|
||||
<DialogContent showClose={false} className="max-w-[400px] space-y-6">
|
||||
<DialogContent
|
||||
showClose={false}
|
||||
className="space-y-6"
|
||||
containerClass="w-full max-w-md"
|
||||
>
|
||||
<h2 className="h4">Install “{docket.title}”</h2>
|
||||
<p className="text-base tracking-tight pr-6">
|
||||
This application will be able to view and interact with the contents of your
|
||||
|
Loading…
Reference in New Issue
Block a user