jbilcke-hf HF staff commited on
Commit
2d214d1
1 Parent(s): 139ef57

more compact report dialog

Browse files
src/app/views/report-modal/index.tsx CHANGED
@@ -31,10 +31,10 @@ export function ReportModal({
31
  <span>Report</span>
32
  </ActionButton>
33
  </DialogTrigger>
34
- <DialogContent className="sm:max-w-[512px] text-zinc-200">
35
  <DialogHeader>
36
  <DialogDescription className="w-full text-center text-lg font-normal text-stone-300">
37
- Report an issue with the video
38
  </DialogDescription>
39
  </DialogHeader>
40
 
@@ -97,7 +97,7 @@ export function ReportModal({
97
  </div>
98
 
99
  <div className="flex flex-col items-center justify-center">
100
- <img src="/report.jpg" className="rounded w-[300px]" />
101
  </div>
102
 
103
  <p className="text-sm">
 
31
  <span>Report</span>
32
  </ActionButton>
33
  </DialogTrigger>
34
+ <DialogContent className="sm:max-w-[512px] text-zinc-200 overflow-y-scroll">
35
  <DialogHeader>
36
  <DialogDescription className="w-full text-center text-lg font-normal text-stone-300">
37
+ Report an issue with the content
38
  </DialogDescription>
39
  </DialogHeader>
40
 
 
97
  </div>
98
 
99
  <div className="flex flex-col items-center justify-center">
100
+ <img src="/report.jpg" className="rounded w-[280px]" />
101
  </div>
102
 
103
  <p className="text-sm">