Skip to content

Commit 9b90967

Browse files
committed
Adjust margin to like DD
Signed-off-by: Trung Nguyen <[email protected]>
1 parent b8c4745 commit 9b90967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/extension/ui/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="color-scheme" content="light dark" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
</head>
8-
<body>
8+
<body style="margin: 0; padding: 0;">
99
<div id="root"></div>
1010
<script type="module" src="/src/main.tsx"></script>
1111
</body>

src/extension/ui/src/components/CatalogGrid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const CatalogGrid: React.FC<CatalogGridProps> = ({ appProps }) => {
7777
}
7878

7979
return (
80-
<Stack spacing={2} justifyContent="center" alignItems="center">
80+
<Stack spacing={2} sx={{ padding: 2 }}>
8181
<Stack
8282
direction="column"
8383
spacing={1}

0 commit comments

Comments
 (0)