Skip to content

Commit

Permalink
Remove rounded corners from app content
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed Jan 6, 2024
1 parent de181b3 commit 135adfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/app/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ function App({ origin, logoUrl, settings, extension, fetcher, onSettingsChanged
<ImageDialog open={imageDialogOpen} image={image} onClose={handleImageDialogClosed} />
</>
) : (
<Paper>
<Paper square>
<CopyHistory
items={copyHistoryItems}
open={effectiveCopyHistoryOpen}
Expand Down Expand Up @@ -1242,7 +1242,7 @@ function App({ origin, logoUrl, settings, extension, fetcher, onSettingsChanged
hidden
/>
<Content drawerWidth={drawerWidth} drawerOpen={effectiveCopyHistoryOpen}>
<Paper style={{ width: '100%', height: '100%', position: 'relative' }}>
<Paper square style={{ width: '100%', height: '100%', position: 'relative' }}>
{nothingLoaded && (
<LandingPage
latestExtensionVersion={latestExtensionVersion}
Expand Down

0 comments on commit 135adfb

Please sign in to comment.