feat: adapt to browser width

This commit is contained in:
Rohit
2025-03-14 23:43:35 +05:30
parent 2705cfb111
commit dd4032c51a

View File

@@ -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}
/>