feat: set width 900, height 500

This commit is contained in:
karishmas6
2024-10-18 16:49:26 +05:30
parent 752e3c318e
commit 72342d764a

View File

@@ -115,7 +115,7 @@ export const BrowserContent = () => {
}, [])
return (
<>
<div style={{ width: '900px', height: '500px' }}>
<BrowserTabs
tabs={tabs}
handleTabChange={handleTabChange}
@@ -130,7 +130,7 @@ export const BrowserContent = () => {
handleUrlChanged={handleUrlChanged}
/>
<BrowserWindow/>
</>
</div>
);
}