small tweaks

This commit is contained in:
talksik
2022-05-10 08:49:17 -05:00
parent bb9cd32170
commit 6b6229ba7f
2 changed files with 3 additions and 3 deletions
@@ -31,7 +31,7 @@ function LineIcon({
src={avatarSrc}
shape="square"
size={"small"}
className={`absolute bottom-0 left-0`}
className={`absolute bottom-0 left-0 bg-slate-200`}
/>
);
} else if (index === 1) {
@@ -41,7 +41,7 @@ function LineIcon({
src={avatarSrc}
shape="square"
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}
</h2>
<div className="ml-auto flex-shrink-0">{renderRightActivity}</div>
<div className="ml-auto flex-shrink-0 flex">{renderRightActivity}</div>
</div>
{/* mounts and unmounts based on if in the room or now */}