Improve pinned video layout
This commit is contained in:
@@ -222,7 +222,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{:else if useMultiGrid}
|
{:else if useMultiGrid}
|
||||||
<div
|
<div
|
||||||
class="grid min-h-0 flex-1 auto-rows-fr grid-cols-1 gap-2 overflow-y-auto sm:grid-cols-2">
|
class="grid min-h-0 flex-1 grid-cols-1 content-start gap-2 overflow-y-auto sm:grid-cols-2">
|
||||||
{#each tiles as tile (tileKey(tile))}
|
{#each tiles as tile (tileKey(tile))}
|
||||||
{@render videoTile(tile, "default")}
|
{@render videoTile(tile, "default")}
|
||||||
{/each}
|
{/each}
|
||||||
|
|||||||
@@ -551,6 +551,8 @@
|
|||||||
class={cx(
|
class={cx(
|
||||||
"chat__compose-zone flex flex-col gap-1 bg-base-200 md:flex-row md:gap-0",
|
"chat__compose-zone flex flex-col gap-1 bg-base-200 md:flex-row md:gap-0",
|
||||||
voiceConnectedHere && voiceDesktopPanel === "split" && "cw-split-chat",
|
voiceConnectedHere && voiceDesktopPanel === "split" && "cw-split-chat",
|
||||||
|
pageContentHiddenDesktopVideoOnly && "md:hidden",
|
||||||
|
showMobileVideoPanel && "max-md:hidden",
|
||||||
)}
|
)}
|
||||||
bind:this={chatCompose}>
|
bind:this={chatCompose}>
|
||||||
<div class="chat__compose-inner min-w-0 flex-1">
|
<div class="chat__compose-inner min-w-0 flex-1">
|
||||||
|
|||||||
Reference in New Issue
Block a user