nicer alignment good even though the sun moves on selection
This commit is contained in:
@@ -73,7 +73,7 @@ export function ConversationList({ lookingForSomeone = false }: { lookingForSome
|
|||||||
))}
|
))}
|
||||||
</List>
|
</List>
|
||||||
|
|
||||||
<Divider />
|
{/* <Divider /> */}
|
||||||
|
|
||||||
{/* <List
|
{/* <List
|
||||||
sx={{
|
sx={{
|
||||||
@@ -124,7 +124,7 @@ function ConversationRow({ conversation }: { conversation: Conversation }) {
|
|||||||
<FiSun />
|
<FiSun />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
) : (
|
) : (
|
||||||
<Box sx={{ color: 'GrayText', fontSize: 10, ml: 1 }}>
|
<Box sx={{ color: 'GrayText', fontSize: 10, ml: 0 }}>
|
||||||
<FiCircle />
|
<FiCircle />
|
||||||
</Box>
|
</Box>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user