Skip to content

Commit 486f3d7

Browse files
committed
fix hover group alignment
Signed-off-by: Adam Setch <[email protected]>
1 parent e88f9f5 commit 486f3d7

File tree

5 files changed

+31
-31
lines changed

5 files changed

+31
-31
lines changed

src/renderer/components/notifications/__snapshots__/AccountNotifications.test.tsx.snap

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/renderer/components/notifications/__snapshots__/NotificationRow.test.tsx.snap

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/renderer/components/notifications/__snapshots__/RepositoryNotifications.test.tsx.snap

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/renderer/components/primitives/HoverGroup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface IHoverGroup {
88

99
export const HoverGroup: FC<IHoverGroup> = ({ children }: IHoverGroup) => {
1010
return (
11-
<div className="opacity-0 transition-opacity group-hover:opacity-80">
11+
<div className="flex items-center justify-center opacity-0 transition-opacity group-hover:opacity-80">
1212
<Stack direction="horizontal" align="center" gap="none">
1313
{children}
1414
</Stack>

src/renderer/components/primitives/__snapshots__/HoverGroup.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)