Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into update-gist
Browse files Browse the repository at this point in the history
  • Loading branch information
magland committed Jul 29, 2024
2 parents 8fdfa90 + e412fbd commit 5ce1088
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion gui/src/app/pages/HomePage/TopBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ const TopBar: FunctionComponent<TopBarProps> = ({ title, onSetCollapsed }) => {
position="sticky"
sx={{ zIndex: (theme) => theme.zIndex.drawer + 1 }}
>
<Toolbar variant="dense">
<Toolbar
variant="dense"
sx={{
minHeight: "0px",
}}
>
<IconButton
color="inherit"
aria-label="open menu"
Expand Down

0 comments on commit 5ce1088

Please sign in to comment.