File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ defmodule LiveExWebRTC.Publisher do
280
280
class = "h-full w-full flex flex-col justify-end gap-4 dark:bg-stone-900 "
281
281
>
282
282
< div class = "flex gap-4 " >
283
- < div style = "flex:3 " class = " flex flex-col gap-2 ">
283
+ < div class = "flex-[3_1_0%] flex flex-col gap-2 " >
284
284
< div class = "w-full h-full " >
285
285
< video
286
286
id = "lex-preview-player "
@@ -291,7 +291,7 @@ defmodule LiveExWebRTC.Publisher do
291
291
>
292
292
</ video >
293
293
</ div >
294
- < div class = { "flex-2 flex flex-col items-stretch gap-4 #{ if @ publisher . streaming? , do: "text-gray-400" , else: "text-indigo-400" } " } >
294
+ < div class = { "flex flex-col items-stretch gap-4 #{ if @ publisher . streaming? , do: "text-gray-400" , else: "text-indigo-400" } " } >
295
295
< div
296
296
id = "lex-audio-devices-wrapper "
297
297
class = "flex gap-2 items-center relative "
@@ -323,9 +323,8 @@ defmodule LiveExWebRTC.Publisher do
323
323
</ div >
324
324
</ div >
325
325
< div
326
- style = "flex:2 "
327
326
class = {
328
- "rounded-lg border border-indigo-200 dark:border-zinc-800 #{ if @ publisher . streaming? , do: "text-black dark:text-neutral-200" , else: "text-neutral-400 dark:text-neutral-600" } "
327
+ "flex-[2_1_0%] rounded-lg border border-indigo-200 dark:border-zinc-800 #{ if @ publisher . streaming? , do: "text-black dark:text-neutral-200" , else: "text-neutral-400 dark:text-neutral-600" } "
329
328
}
330
329
id = "lex-stats "
331
330
>
You can’t perform that action at this time.
0 commit comments