From 84aa5d81cb8c31afa6193c9fbd181f8388e12370 Mon Sep 17 00:00:00 2001 From: Martti Malmi Date: Wed, 20 May 2020 17:33:31 +0300 Subject: [PATCH] add webrtc connection options to settings page --- src/css/style.css | 5 +++++ src/index.html | 4 ++++ src/js/videocall.js | 18 ++++++++++++++++-- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/src/css/style.css b/src/css/style.css index 194502d0..5c3d1628 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -29,6 +29,11 @@ a:hover, a:focus { outline: none; } +textarea { + width: 100%; + outline: none; +} + input, button, .button { padding: 15px; outline: none; diff --git a/src/index.html b/src/index.html index 491e940e..e337a8ed 100644 --- a/src/index.html +++ b/src/index.html @@ -239,6 +239,10 @@


+

WebRTC connection options

+

+ +

About

Iris is like the messaging apps we're used to, but better.