Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions frontend/src/components/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ const DefaultLinkArea = memo((props: { sidebarName: string; isOpen: boolean }) =
alignItems="center"
flexDirection={isOpen ? 'row' : 'column'}
p={1}
sx={{ marginBottom: '40px' }}
>
<Box>{isElectron() && <AddClusterButton />}</Box>
<Box>
Expand All @@ -155,6 +156,7 @@ const DefaultLinkArea = memo((props: { sidebarName: string; isOpen: boolean }) =
alignItems="center"
flexDirection={isOpen ? 'row' : 'column'}
p={1}
sx={{ marginBottom: '40px' }}
>
<Box>
<VersionButton />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
class="MuiBox-root css-xi606m"
>
<div
class="MuiBox-root css-1h413jj"
class="MuiBox-root css-9c2sar"
>
<div
class="MuiBox-root css-0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
class="MuiBox-root css-xi606m"
>
<div
class="MuiBox-root css-phsv6y"
class="MuiBox-root css-dsmt5k"
>
<div
class="MuiBox-root css-0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,7 @@
/>
</button>
<div
class="MuiBox-root css-1h413jj"
class="MuiBox-root css-9c2sar"
>
<div
class="MuiBox-root css-0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@
/>
</button>
<div
class="MuiBox-root css-phsv6y"
class="MuiBox-root css-dsmt5k"
>
<div
class="MuiBox-root css-0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@
/>
</button>
<div
class="MuiBox-root css-phsv6y"
class="MuiBox-root css-dsmt5k"
>
<div
class="MuiBox-root css-0"
Expand Down