Skip to content

Commit

Permalink
Bene's Design mimichen fixen
Browse files Browse the repository at this point in the history
  • Loading branch information
niclasheun committed Sep 25, 2024
1 parent 01e343a commit 112f24c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/utilities/NavigationLayout/NavigationLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export const NavigationLayout = ({ keycloak, children }: NavigationLayoutProps):
))}
</AppShell.Section>

<AppShell.Section className={styles.navbarBottom}>
<AppShell.Section className={styles.navbar} style={{ marginTop: 'auto', padding: '0' }}>
<Menu width='target' closeOnItemClick={false}>
<MenuTarget>
<Button
Expand All @@ -218,7 +218,7 @@ export const NavigationLayout = ({ keycloak, children }: NavigationLayoutProps):
lastName={user?.lastName}
email={user?.email ?? ''}
imgSize={150} // Adjust avatar size
avatarSize='lg'
avatarSize='3rem'
/>
{user !== undefined && (
<div style={{ textAlign: 'left', marginLeft: '0.5rem' }}>
Expand All @@ -238,7 +238,7 @@ export const NavigationLayout = ({ keycloak, children }: NavigationLayoutProps):
style={{
padding: '8px 8px',
borderRadius: '8px',
height: '4.5rem',
height: '4rem',
width: '100%',
}}
/>
Expand Down

0 comments on commit 112f24c

Please sign in to comment.