feat: change width to 70% of window
This commit is contained in:
@@ -146,7 +146,7 @@ export const BrowserContent = () => {
|
||||
/>
|
||||
<BrowserNavBar
|
||||
// todo: use width from browser dimension once fixed
|
||||
browserWidth={window.innerWidth * 0.75}
|
||||
browserWidth={window.innerWidth * 0.7}
|
||||
handleUrlChanged={handleUrlChanged}
|
||||
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user