diff --git a/ui/app/assets/css/style.css b/ui/app/assets/css/style.css
index f4db7fe0..17fefacd 100644
--- a/ui/app/assets/css/style.css
+++ b/ui/app/assets/css/style.css
@@ -358,9 +358,11 @@ div.is-centered {
justify-content: center;
}
-
.modal-content-max {
- width: max-content;
+ width: calc(100% - 20px);
+ max-width: 1344px;
+ min-width: 320px;
+ box-sizing: border-box;
padding: 0;
- margin: 0;
+ margin: 0 auto;
}
diff --git a/ui/app/components/ConditionForm.vue b/ui/app/components/ConditionForm.vue
index ee1edaa7..e7ff9fed 100644
--- a/ui/app/components/ConditionForm.vue
+++ b/ui/app/components/ConditionForm.vue
@@ -90,22 +90,20 @@
-
+
-
- Command options for yt-dlp -
-
-
+ Command options for yt-dlp
-
-
-
+
- Not all options are supported some are
- ignored . Use with caution.
+
+ . Not all options are
+ supported some
+ are ignored . Use with caution.
+
@@ -211,6 +209,8 @@
diff --git a/ui/app/components/NewDownload.vue b/ui/app/components/NewDownload.vue
index da6f2d1e..55c3603c 100644
--- a/ui/app/components/NewDownload.vue
+++ b/ui/app/components/NewDownload.vue
@@ -116,23 +116,22 @@
-
-
+
+
- Command options for yt-dlp -
-
+ Command options for yt-dlp
+
+
+
+
+
+ . Not all options are supported
+ some are
+ ignored . Use with caution.
-
-
-
-
- Not all options are supported some are
- ignored . Use with caution.
-
-
-
+
+
@@ -241,7 +240,9 @@
diff --git a/ui/app/components/YTDLPOptions.vue b/ui/app/components/YTDLPOptions.vue
index 2d23f5b2..e5c4c1df 100644
--- a/ui/app/components/YTDLPOptions.vue
+++ b/ui/app/components/YTDLPOptions.vue
@@ -153,13 +153,7 @@