small tweaks
This commit is contained in:
@@ -31,7 +31,7 @@ function LineIcon({
|
|||||||
src={avatarSrc}
|
src={avatarSrc}
|
||||||
shape="square"
|
shape="square"
|
||||||
size={"small"}
|
size={"small"}
|
||||||
className={`absolute bottom-0 left-0`}
|
className={`absolute bottom-0 left-0 bg-slate-200`}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
} else if (index === 1) {
|
} else if (index === 1) {
|
||||||
@@ -41,7 +41,7 @@ function LineIcon({
|
|||||||
src={avatarSrc}
|
src={avatarSrc}
|
||||||
shape="square"
|
shape="square"
|
||||||
size={"small"}
|
size={"small"}
|
||||||
className={`absolute top-0 right-0`}
|
className={`absolute top-0 right-0 bg-slate-200`}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -162,7 +162,7 @@ export default function LineRow({
|
|||||||
masterLineData.otherUserObjects[0].givenName}
|
masterLineData.otherUserObjects[0].givenName}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<div className="ml-auto flex-shrink-0">{renderRightActivity}</div>
|
<div className="ml-auto flex-shrink-0 flex">{renderRightActivity}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* mounts and unmounts based on if in the room or now */}
|
{/* mounts and unmounts based on if in the room or now */}
|
||||||
|
|||||||
Reference in New Issue
Block a user