diff --git a/dist/gradio_webrtc-0.0.30.dev0-py3-none-any.whl b/dist/gradio_webrtc-0.0.30.dev0-py3-none-any.whl index 4dd50d4..55a93f7 100644 Binary files a/dist/gradio_webrtc-0.0.30.dev0-py3-none-any.whl and b/dist/gradio_webrtc-0.0.30.dev0-py3-none-any.whl differ diff --git a/frontend/shared/VideoChat.svelte b/frontend/shared/VideoChat.svelte index ae9de05..9fb68fd 100644 --- a/frontend/shared/VideoChat.svelte +++ b/frontend/shared/VideoChat.svelte @@ -591,15 +591,16 @@ } } .player-controls { - height: 15%; + height: 15%;; position: relative; display: flex; justify-content: center; align-items: center; + min-height: 84px; .chat-btn { height: 64px; - width: 100%; + width: 296px; display: flex; justify-content: center; align-items: center;