mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-09 07:34:55 -04:00
Adjust spacing and add margin to BackButton in messages layout for improved UI alignment.
This commit is contained in:
@@ -256,8 +256,8 @@ export const PrivateChat = (props: {
|
||||
|
||||
return (
|
||||
<Col className="w-full">
|
||||
<Row className={'border-ink-200 h-14 items-center gap-1 border-b rounded-xl'}>
|
||||
<BackButton className="self-stretch" />
|
||||
<Row className={'border-ink-200 h-14 items-center gap-2 border-b rounded-xl'}>
|
||||
<BackButton className="self-stretch ml-2" />
|
||||
{members && members.length > 0 ? (
|
||||
<MultipleOrSingleAvatars
|
||||
size="sm"
|
||||
|
||||
Reference in New Issue
Block a user