From 474e142908a4d1613d2b871427ffdc8b41ca65c8 Mon Sep 17 00:00:00 2001 From: Joel Calado Date: Mon, 8 Feb 2021 21:13:51 +0000 Subject: [PATCH 1/6] tweak /devices CSS --- devices.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/devices.css b/devices.css index db6d72b..79a9458 100644 --- a/devices.css +++ b/devices.css @@ -9,6 +9,7 @@ h1 { padding:10px; background-color:#457b9d; color:white; + border-bottom: 2px solid #3b6a87; } .device { @@ -18,6 +19,9 @@ h1 { font-size: 1rem; padding: 10px; position: relative; + user-select: none; + background: #d0d0d0; + border-radius: 4px; } .device.selected { @@ -55,12 +59,13 @@ h1 { } .notice { - background-color: orange; + background-color: #fff18c; margin: 10px; padding: 20px 20px; font-weight: bold; font-size: 1.2em; text-align: center; + line-height: 1.4em; } .notice a { @@ -89,7 +94,7 @@ h1 { left: 10%; color: white; overflow-wrap: anywhere; - background: #141926; + background: #2c3754; padding: 20px; box-shadow: 0px 0px 10px 5px #00000047; border: 1px solid #333c52; From 864969ebae993b4919f2ebe86833494baaedb8d0 Mon Sep 17 00:00:00 2001 From: Joel Calado Date: Mon, 8 Feb 2021 21:14:21 +0000 Subject: [PATCH 2/6] Update devices.html add some tips to the top notice --- devices.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devices.html b/devices.html index 49a254c..e1374b7 100644 --- a/devices.html +++ b/devices.html @@ -22,7 +22,8 @@
Device IDs are bound to a combination of domain and browser.
If you want to use electron-capture, open this URL on the electron-capture - app. + app.
+ Click device names to preset them. Select multiple audio inputs by clicking multiple devices.
Check for browser and camera capabilities here. From 838acf07acd182749ce09266c47b5ae7f20c7518 Mon Sep 17 00:00:00 2001 From: Joel Calado Date: Mon, 8 Feb 2021 21:14:41 +0000 Subject: [PATCH 3/6] Update devices.html change text --- devices.html | 1 + 1 file changed, 1 insertion(+) diff --git a/devices.html b/devices.html index e1374b7..bdf31a0 100644 --- a/devices.html +++ b/devices.html @@ -43,6 +43,7 @@
From cbc7971fa5022515a35f9e1484a0595a27a1edcf Mon Sep 17 00:00:00 2001 From: Joel Calado Date: Mon, 8 Feb 2021 21:14:47 +0000 Subject: [PATCH 4/6] Update devices.html --- devices.html | 1 - 1 file changed, 1 deletion(-) diff --git a/devices.html b/devices.html index bdf31a0..05aa496 100644 --- a/devices.html +++ b/devices.html @@ -42,7 +42,6 @@