ChatOrUserPicker: Thiner delimiter (#2126)
This commit is contained in:
parent
ecd4155fff
commit
2a44587fbb
@ -109,7 +109,7 @@ const ChatOrUserPicker: FC<OwnProps> = ({
|
|||||||
{viewportIds.map((id, i) => (
|
{viewportIds.map((id, i) => (
|
||||||
<ListItem
|
<ListItem
|
||||||
key={id}
|
key={id}
|
||||||
className="chat-item-clickable force-rounded-corners"
|
className="chat-item-clickable force-rounded-corners small-icon"
|
||||||
style={`top: ${(viewportOffset + i) * CHAT_HEIGHT_PX}px;`}
|
style={`top: ${(viewportOffset + i) * CHAT_HEIGHT_PX}px;`}
|
||||||
// eslint-disable-next-line react/jsx-no-bind
|
// eslint-disable-next-line react/jsx-no-bind
|
||||||
onClick={() => onSelectChatOrUser(id)}
|
onClick={() => onSelectChatOrUser(id)}
|
||||||
|
|||||||
@ -9,9 +9,9 @@
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 4.5rem;
|
left: 4.5rem;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
height: 1px;
|
||||||
/* stylelint-disable-next-line plugin/whole-pixel */
|
/* stylelint-disable-next-line plugin/whole-pixel */
|
||||||
height: 0.5px;
|
box-shadow: inset 0 -0.03125rem 0 0 var(--color-dividers);
|
||||||
background: var(--color-dividers);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.small-icon::after {
|
&.small-icon::after {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user