Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…bapp.git into main
  • Loading branch information
mikekucera committed Jun 3, 2024
2 parents 1f1a7ac + ab41ede commit 3543440
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/client/components/network-editor/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export function Header({
onClick={() => onOpenLeftDrawer(!leftDrawerOpen)}
/>
)}
<Box component="div" sx={{ display: { xs: 'none', sm: 'inline-block' }}}>
<Box component="div">
<Tooltip placement="bottom" title="Home">
<IconButton
aria-label='home'
Expand Down
12 changes: 2 additions & 10 deletions src/client/components/network-editor/title-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,11 @@ const CssInputBase = styled(InputBase)(({ theme }) => ({
'& .MuiInputBase-input': {
position: 'relative',
border: '1px solid transparent',
borderRadius: 5,
borderRadius: 8,
width: '100%',
minWidth: 240,
maxWidth: 640,
padding: 2,
padding: theme.spacing(1),
fontWeight: 'bold',
[theme.breakpoints.down('sm')]: {
textAlign: 'center',
minWidth: 140,
},
[theme.breakpoints.up('sm')]: {
textAlign: 'left',
},
'&:hover': {
border: `1px solid ${theme.palette.divider}`,
backgroundColor: theme.palette.background.field,
Expand Down

0 comments on commit 3543440

Please sign in to comment.