minimal streamplace frontend
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix chatbox height on mobile

Juliet 5b306a90 3d334503

+1 -1
+1 -1
src/pages/Watch.tsx
··· 55 55 </div> 56 56 57 57 {/* Chat sidebar */} 58 - <div class="flex min-h-0 w-full flex-col lg:w-105"> 58 + <div class="flex min-h-0 w-full flex-1 flex-col lg:w-105 lg:flex-none"> 59 59 <Chat 60 60 class="flex-1" 61 61 handle={params.handle}