Skip to content

Commit

Permalink
fix: fixed badge on primary bar and collapser postion
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliano176 committed Feb 25, 2022
1 parent eff7025 commit 3129236
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/shell/badge-wrap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const MiniBadge = styled(Container)<{ badge: BadgeInfo }>`
line-height: 12px;
border-radius: 8px;
user-select: none;
cursor: default;
cursor: pointer;
pointer-events: none;
`;

// eslint-disable-next-line react/display-name
Expand Down
2 changes: 1 addition & 1 deletion src/shell/collapser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Bubble = styled.div<{ open: boolean }>`
align-items: center;
justify-content: center;
position: absolute;
top: 4%;
top: 50%;
left: -12px;
width: 24px;
height: 24px;
Expand Down

0 comments on commit 3129236

Please sign in to comment.