fix(frontend): properly remove public IP and adjust css

This commit is contained in:
Viren070
2025-01-10 21:14:21 +00:00
parent 9042af4c8f
commit 9b48c8e164
2 changed files with 1 additions and 11 deletions
@@ -148,6 +148,6 @@
.mediaFlowConfig.hidden {
opacity: 0;
margin-top: -340px;
margin-top: -210px;
transform: scale(0);
}
@@ -1058,16 +1058,6 @@ export default function Configure() {
/>
</div>
</div>
<div>
<div >
<h3 style={{ padding: '5px' }}>Public IP</h3>
<p style={{ padding: '5px' }}>
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&apos;s hosted on a remote server.
</p>
</div>
</div>
</div>
)}
</div>