fix: revert to old css
This commit is contained in:
@@ -87,7 +87,7 @@ const ProxyForm: React.FC = () => {
|
|||||||
<Typography variant="h6" gutterBottom component="div" style={{ marginTop: '20px' }}>
|
<Typography variant="h6" gutterBottom component="div" style={{ marginTop: '20px' }}>
|
||||||
Proxy Configuration
|
Proxy Configuration
|
||||||
</Typography>
|
</Typography>
|
||||||
<Box component="form" onSubmit={handleSubmit} sx={{ maxWidth: 300, width: '100%' }}>
|
<Box component="form" onSubmit={handleSubmit} sx={{ maxWidth: 400, width: '100%' }}>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<TextField
|
<TextField
|
||||||
label="Proxy Server URL"
|
label="Proxy Server URL"
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
|
|||||||
if (id) {
|
if (id) {
|
||||||
fetchWorkflow(id, workflowHandler);
|
fetchWorkflow(id, workflowHandler);
|
||||||
}
|
}
|
||||||
}, (900 * 60 * 15));
|
}, (1000 * 60 * 15));
|
||||||
return () => {
|
return () => {
|
||||||
socket?.off("workflow", workflowHandler);
|
socket?.off("workflow", workflowHandler);
|
||||||
clearInterval(interval);
|
clearInterval(interval);
|
||||||
@@ -408,7 +408,7 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
|
|||||||
sx={{
|
sx={{
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
width: '300px'
|
width: '500px'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<FormControlLabel value="10" control={<Radio />} label="10" />
|
<FormControlLabel value="10" control={<Radio />} label="10" />
|
||||||
|
|||||||
Reference in New Issue
Block a user