Skip to content

Commit

Permalink
extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Din committed Feb 1, 2024
1 parent 2142e79 commit a70be24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion @extension/popup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/>
<link rel="preload" href="/fonts/inter.ttf" as="font" type="font/ttf" crossorigin />
</head>
<body style="min-width: 380px; min-height: 380px">
<body style="min-width: 460px; min-height: 380px">
<div id="root"></div>
<script type="module" src="./main.tsx"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion @extension/popup/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ ReactDOM.createRoot(document.getElementById('root')!).render(
</QueryProvider>
</ThemeProvider>

<Toaster />
<Toaster position="top-right" richColors />
</React.StrictMode>,
)
2 changes: 1 addition & 1 deletion @extension/sidepanel/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ ReactDOM.createRoot(document.getElementById('root')!).render(
</QueryProvider>
</ThemeProvider>

<Toaster />
<Toaster richColors />
</React.StrictMode>,
)

0 comments on commit a70be24

Please sign in to comment.