File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export const RoomHeader = () => {
3232
3333 return (
3434 < header className = "flex flex-col items-center justify-between gap-2 border-b border-zinc-800 bg-zinc-900/30 p-4 md:flex-row" >
35- < section className = "flex items-center gap-4" >
35+ < section className = "flex w-full items-center justify-between gap-4 md:w-auto " >
3636 < div className = "flex flex-col" >
3737 < span className = "text-xs text-zinc-500 uppercase" > Room ID</ span >
3838 < span className = "truncate font-bold text-green-500" >
@@ -55,7 +55,7 @@ export const RoomHeader = () => {
5555 </ div >
5656 < div className = "hidden h-8 w-px bg-zinc-800 md:block" />
5757 </ section >
58- < section className = "flex items-center justify-between gap-2 md:w-full" >
58+ < section className = "flex w-full items-center justify-between gap-2 md:w-full" >
5959 < div className = "flex flex-col" >
6060 < span className = "text-xs text-zinc-500 uppercase" > Self-Destruct</ span >
6161 < span
You can’t perform that action at this time.
0 commit comments