From 2f44961589be4ed1f28c7e7450c37a72cb388abc Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Sat, 8 May 2021 21:25:22 +0200 Subject: [PATCH] Add UI for simulcast control. --- static/galene.css | 6 ++++++ static/galene.html | 9 +++++++++ static/galene.js | 31 +++++++++++++++++++++++++++---- 3 files changed, 42 insertions(+), 4 deletions(-) diff --git a/static/galene.css b/static/galene.css index 8677f2e..7b4a664 100644 --- a/static/galene.css +++ b/static/galene.css @@ -771,6 +771,12 @@ h1 { margin-right: 0.4em; } +#simulcastselect { + width: 8em; + text-align-last: center; + margin-right: 0.4em; +} + #requestselect { width: 8em; text-align-last: center; diff --git a/static/galene.html b/static/galene.html index 7d44ff1..3a00c4c 100644 --- a/static/galene.html +++ b/static/galene.html @@ -208,6 +208,15 @@ +
+ + +
+