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