File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
broadcaster/lib/broadcaster_web/controllers/page_html Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- < div id = "home " phx-hook = "Home " class = "h-full flex flex-row justify-center lg:justify-end " >
1
+ < div id = "home " phx-hook = "Home " class = "h-full flex flex-row justify-center gap-6 lg:justify-end " >
2
2
< div id = "videoplayer-wrapper " class = "grow " >
3
3
< video
4
4
id = "videoplayer "
5
- class = "m-auto rounded-xl max-h-[65%] max-w-[80%] "
5
+ class = "m-auto rounded-xl max-h-full max-w-full "
6
6
autoplay
7
7
controls
8
8
muted
Original file line number Diff line number Diff line change 15
15
</ div >
16
16
< div class = "p-2 " >
17
17
< label for = "serverToken " > Server Token </ label >
18
- < input type = "text " id = "serverToken " />
18
+ < input type = "password " id = "serverToken " />
19
19
</ div >
20
20
< div class = "p-2 " >
21
21
< button id = "button " > Start streaming</ button >
You can’t perform that action at this time.
0 commit comments