diff --git a/internal/core/webrtc_publish_index.html b/internal/core/webrtc_publish_index.html index cce2f48a796..2700d032fe8 100644 --- a/internal/core/webrtc_publish_index.html +++ b/internal/core/webrtc_publish_index.html @@ -8,7 +8,6 @@ margin: 0; padding: 0; height: 100%; - overflow: hidden; } body { display: flex; @@ -21,11 +20,12 @@ min-height: 0; } #controls { - height: 200px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; + min-height: 200px; + padding: 10px; } #device { flex-direction: column; @@ -35,6 +35,14 @@ display: flex; gap: 20px; justify-content: center; + flex-wrap: wrap; +} +#device > div > div { + display: flex; + gap: 20px; +} +#error-message { + text-align: center; } select { width: 200px; @@ -50,31 +58,43 @@