summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLASER-Yi <[email protected]>2023-06-11 21:12:49 +0800
committerLASER-Yi <[email protected]>2023-06-11 21:12:49 +0800
commit963ce21d9b723d50baa72f235afcc0f2a68aecab (patch)
treeed8d98a22754a9910c3e115a51fec263e108e3c6
parentbc40abac50ccc4967c43a54e35cca1a02070e0e2 (diff)
downloadbazarr-1.2.2-beta.16.tar.gz
bazarr-1.2.2-beta.16.zip
Increase width of the manually search modalv1.2.2-beta.16
-rw-r--r--frontend/src/components/modals/ManualSearchModal.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/components/modals/ManualSearchModal.tsx b/frontend/src/components/modals/ManualSearchModal.tsx
index 8b68abccb..8f8be9931 100644
--- a/frontend/src/components/modals/ManualSearchModal.tsx
+++ b/frontend/src/components/modals/ManualSearchModal.tsx
@@ -220,12 +220,12 @@ function ManualSearchView<T extends SupportType>(props: Props<T>) {
export const MovieSearchModal = withModal<Props<Item.Movie>>(
ManualSearchView,
"movie-manual-search",
- { title: "Search Subtitles", size: "xl" }
+ { title: "Search Subtitles", size: "calc(100vw - 4rem)" }
);
export const EpisodeSearchModal = withModal<Props<Item.Episode>>(
ManualSearchView,
"episode-manual-search",
- { title: "Search Subtitles", size: "xl" }
+ { title: "Search Subtitles", size: "calc(100vw - 4rem)" }
);
const StateIcon: FunctionComponent<{ matches: string[]; dont: string[] }> = ({