Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4698,13 +4698,12 @@ const staticStyles = (theme: ThemeColors) =>
sidebarStatusAvatar: {
alignItems: 'center',
justifyContent: 'center',
backgroundColor: theme.border,
height: 20,
width: 20,
height: 18,
width: 18,
Comment on lines +4701 to +4702
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Restore the emoji status badge background

This shared sidebarStatusAvatar style is also used by AvatarWithOptionalStatus, so for non-copilot accounts with an emoji status the badge now loses its contrasting circular background and renders the emoji directly over the avatar/sidebar. The delegate-only visual fix should avoid changing the emoji status path selected when delegateEmail is empty and emojiStatus is set.

Useful? React with 👍 / 👎.

borderRadius: 10,
position: 'absolute',
right: -6,
bottom: -6,
right: -4,
bottom: -4,
borderColor: theme.appBG,
borderWidth: 2,
overflow: 'hidden',
Expand Down
Loading