This commit is contained in:
legop3
2025-11-24 03:31:48 -05:00
parent c11ffc750d
commit 7893814d03
7 changed files with 18 additions and 22 deletions
+2 -2
View File
@@ -89,10 +89,10 @@ function SecondaryRow() {
<section className="grid grid-cols-1 gap-0.5 lg:grid-cols-[2fr_1fr_1fr]">
<RoomCameraPanel defaultOrientation="horizontal" hideLayoutToggle hideHeader />
<div className="flex h-[50vh] flex-col">
<UserListPanel hideNicknameForm hideHeader fillParent />
<UserListPanel hideNicknameForm hideHeader />
</div>
<div className="flex h-[50vh] flex-col">
<ChatPanel hideInput hideSpectatorNotice fillParent />
<ChatPanel hideInput hideSpectatorNotice />
</div>
</section>
);