This commit is contained in:
legop3
2025-11-24 03:20:06 -05:00
parent a4a3016c05
commit f80d2445b0
7 changed files with 17 additions and 21 deletions
+2 -2
View File
@@ -88,10 +88,10 @@ function SecondaryRow() {
return (
<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">
<div className="flex h-full flex-col">
<UserListPanel hideNicknameForm hideHeader />
</div>
<div className="flex flex-col">
<div className="flex h-full flex-col">
<ChatPanel hideInput hideSpectatorNotice />
</div>
</section>