We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5739ff9 commit b35c789Copy full SHA for b35c789
node-red-node-ui-webcam/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-red-node-ui-webcam",
3
- "version": "0.2.1",
+ "version": "0.2.2",
4
"description": "A Node-RED ui node to capture images from a webcam.",
5
"author": "Nick O'Leary",
6
"license": "Apache-2.0",
node-red-node-ui-webcam/ui_webcam.js
@@ -23,6 +23,9 @@ module.exports = function(RED) {
23
var configAsJson = JSON.stringify(config);
24
var html = String.raw`
25
<style>
26
+ .nr-dashboard-ui_webcam {
27
+ padding:0;
28
+ }
29
.ui-webcam {
30
position: relative;
31
}
0 commit comments