Skip to content

Commit 35a7c08

Browse files
committed
fix: centered id pill and emoji quick result
1 parent 31f786a commit 35a7c08

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ts/components/basic/YourSessionIDPill.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const StyledPillDividerLine = styled.div`
1111
`;
1212

1313
const StyledPillSpan = styled.span`
14-
padding: 5px 15px;
14+
padding: 6px 15px 5px;
1515
border-radius: 50px;
1616
color: var(--text-primary-color);
1717
border: 1px solid var(--border-color);

ts/components/conversation/composition/EmojiQuickResult.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import { SearchIndex } from 'emoji-mart';
66
import { searchSync } from '../../../util/emoji.js';
77

88
const EmojiQuickResult = styled.span`
9+
display: flex;
10+
align-items: center;
911
width: 100%;
1012
padding-inline-end: 20px;
1113
padding-inline-start: 10px;

0 commit comments

Comments
 (0)