diff --git a/packages/frontend/src/app/configure/page.module.css b/packages/frontend/src/app/configure/page.module.css index 79a49c2e..f719191c 100644 --- a/packages/frontend/src/app/configure/page.module.css +++ b/packages/frontend/src/app/configure/page.module.css @@ -148,6 +148,6 @@ .mediaFlowConfig.hidden { opacity: 0; - margin-top: -340px; + margin-top: -210px; transform: scale(0); } \ No newline at end of file diff --git a/packages/frontend/src/app/configure/page.tsx b/packages/frontend/src/app/configure/page.tsx index b0782a2c..b59af92b 100644 --- a/packages/frontend/src/app/configure/page.tsx +++ b/packages/frontend/src/app/configure/page.tsx @@ -1058,16 +1058,6 @@ export default function Configure() { /> -
-
-

Public IP

-

- The public IP of the MediaFlow proxy server. - Configure this only when running MediaFlow locally with a proxy service. - Leave empty if MediaFlow is configured locally without a proxy server or if it's hosted on a remote server. -

-
-
)}