Skip to content

Commit

Permalink
fix: Global Nav: Bug Fixes (#2558)
Browse files Browse the repository at this point in the history
* adjust aside notif

* this will remove unnecessary scrollbar and fix the padding top to 16px
  • Loading branch information
glespinosa authored Feb 28, 2024
1 parent ad4eeb4 commit 64a3e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell/components/GlobalAccountMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const GlobalAccountMenu: FC<GlobalAccountMenuProps> = ({
horizontal: "left",
}}
>
<Stack direction="row" gap={1.5} py={2.5} px={2} alignItems="center">
<Stack direction="row" gap={1.5} py={2} px={2} alignItems="center">
<Avatar
alt={`${user?.firstName} ${user?.lastName} Avatar`}
src={`https://www.gravatar.com/avatar/${user?.emailHash}.jpg?&s=40`}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
align-items: center;
justify-content: center;
padding-bottom: 6px;
margin-right: 16px;

.Bell {
width: 18px;
Expand Down

0 comments on commit 64a3e1d

Please sign in to comment.