Skip to content

Commit 4d9ade9

Browse files
committed
style: improve Dashboard default layout
1 parent 34595fd commit 4d9ade9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/frontend/src/ui/MainMenu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ export const MainMenuConfig: React.FC<MainMenuConfigProps> = ({
5353

5454
const dashboardElement = ExcalidrawElementFactory.createEmbeddableElement({
5555
link: "!dashboard",
56-
width: 460,
57-
height: 80
56+
width: 360,
57+
height: 360
5858
});
5959

6060
ExcalidrawElementFactory.placeInScene(dashboardElement, excalidrawAPI, {

0 commit comments

Comments
 (0)