diff --git a/src/components/common/ChatOrUserPicker.tsx b/src/components/common/ChatOrUserPicker.tsx index ec9cc1aba..de636277e 100644 --- a/src/components/common/ChatOrUserPicker.tsx +++ b/src/components/common/ChatOrUserPicker.tsx @@ -109,7 +109,7 @@ const ChatOrUserPicker: FC = ({ {viewportIds.map((id, i) => ( onSelectChatOrUser(id)} diff --git a/src/components/ui/ListItem.scss b/src/components/ui/ListItem.scss index bdc30c426..eeaec5580 100644 --- a/src/components/ui/ListItem.scss +++ b/src/components/ui/ListItem.scss @@ -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 {