mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix(frontend): properly remove public IP and adjust css
This commit is contained in:
@@ -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's hosted on a remote server.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user