feat: set width 900, height 500
This commit is contained in:
@@ -115,7 +115,7 @@ export const BrowserContent = () => {
|
|||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<div style={{ width: '900px', height: '500px' }}>
|
||||||
<BrowserTabs
|
<BrowserTabs
|
||||||
tabs={tabs}
|
tabs={tabs}
|
||||||
handleTabChange={handleTabChange}
|
handleTabChange={handleTabChange}
|
||||||
@@ -130,7 +130,7 @@ export const BrowserContent = () => {
|
|||||||
handleUrlChanged={handleUrlChanged}
|
handleUrlChanged={handleUrlChanged}
|
||||||
/>
|
/>
|
||||||
<BrowserWindow/>
|
<BrowserWindow/>
|
||||||
</>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user