This commit is contained in:
legop3
2025-11-24 03:00:28 -05:00
parent 0e80bda371
commit 00f31efc3d
6 changed files with 8 additions and 8 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 flex-col">
<UserListPanel hideNicknameForm hideHeader className="h-full max-h-[60vh]" />
<UserListPanel hideNicknameForm hideHeader className="h-full max-h-[50vh]" />
</div>
<div className="flex flex-col">
<ChatPanel hideInput hideSpectatorNotice maxHeightClass="max-h-[60vh]" />
<ChatPanel hideInput hideSpectatorNotice maxHeightClass="max-h-[50vh]" />
</div>
</section>
);