ChatOrUserPicker: Thiner delimiter (#2126)

This commit is contained in:
Alexander Zinchuk 2022-11-10 18:28:11 +04:00
parent ecd4155fff
commit 2a44587fbb
2 changed files with 3 additions and 3 deletions

View File

@ -109,7 +109,7 @@ const ChatOrUserPicker: FC<OwnProps> = ({
{viewportIds.map((id, i) => (
<ListItem
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;`}
// eslint-disable-next-line react/jsx-no-bind
onClick={() => onSelectChatOrUser(id)}

View File

@ -9,9 +9,9 @@
bottom: 0;
left: 4.5rem;
right: 0;
height: 1px;
/* stylelint-disable-next-line plugin/whole-pixel */
height: 0.5px;
background: var(--color-dividers);
box-shadow: inset 0 -0.03125rem 0 0 var(--color-dividers);
}
&.small-icon::after {