v0.9.9 css fixes

This commit is contained in:
2026-03-14 01:19:04 -04:00
parent ea2d84d36e
commit 71f97e89c9
6 changed files with 8 additions and 10 deletions

View File

@@ -216,7 +216,6 @@ export default function ChatWindow({ group, onBack, onGroupUpdated, onDirectMess
<polyline points="15 18 9 12 15 6"/>
</svg>
</button>
)}
{isDirect && group.peer_avatar ? (
<div style={{ position: 'relative', flexShrink: 0 }}>
@@ -238,11 +237,10 @@ export default function ChatWindow({ group, onBack, onGroupUpdated, onDirectMess
{!isDirect && group.type === 'private' && <div className="chat-header-sub">Private group</div>}
</div>
{!isDirect && (
<button
<button
className="btn-icon"
onClick={() => setShowInfo(true)}
title="Group info"
title="Conversation info"
>
{iconGroupInfo ? (
<img src={iconGroupInfo} alt="info" style={{ width: 22, height: 22, objectFit: 'contain' }} />