diff --git a/web/src/components/overlay/detail/SearchDetailDialog.tsx b/web/src/components/overlay/detail/SearchDetailDialog.tsx index 83a6c7764..30711613f 100644 --- a/web/src/components/overlay/detail/SearchDetailDialog.tsx +++ b/web/src/components/overlay/detail/SearchDetailDialog.tsx @@ -1242,13 +1242,13 @@ export function VideoTab({ search }: VideoTabProps) { <> - {reviewItem && ( -
+
+ {reviewItem && ( - - - - - - - - - - - {t("button.download", { ns: "common" })} - - - -
- )} + )} + + + + + + + + + + + {t("button.download", { ns: "common" })} + + + +
);