Skip to content

Commit ac0c392

Browse files
committed
patch iframe to fit larger screens
1 parent dabdd7b commit ac0c392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcweb/pages/gallery/gallery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def app_dialog_with_trigger(
5959
),
6060
class_name="flex flex-col w-full h-full gap-y-3",
6161
),
62-
class_name="w-full max-w-[65em] h-[70vh]",
62+
class_name="w-full !max-w-[75em] xl:max-w-[85em] 2xl:max-w-[95em] h-[70vh]",
6363
),
6464
)
6565

0 commit comments

Comments
 (0)