diff --git a/examples/video-face-detection/assets/index.html b/examples/video-face-detection/assets/index.html
index 7aaf51d..2228f8a 100644
--- a/examples/video-face-detection/assets/index.html
+++ b/examples/video-face-detection/assets/index.html
@@ -51,7 +51,7 @@
Video Face Detection
1
diff --git a/examples/video-face-detection/assets/style.css b/examples/video-face-detection/assets/style.css
index c7cb6a8..f9163f0 100644
--- a/examples/video-face-detection/assets/style.css
+++ b/examples/video-face-detection/assets/style.css
@@ -284,7 +284,7 @@ body {
}
.arduino-logo {
- height: 32px;
+ height: 48px;
width: auto;
}
@@ -612,7 +612,7 @@ body {
font-weight: inherit;
color: inherit;
text-align: center;
- width: 32px;
+ width: 40px;
padding: 0;
margin: 0;
outline: none;
@@ -640,6 +640,10 @@ body {
opacity: 1;
}
+.feedback-section {
+ margin-bottom: 8px;
+}
+
.feedback-content {
display: flex;
flex-direction: column;
@@ -700,7 +704,7 @@ body {
.popover {
position: absolute;
- left: 25%;
+ left: 5%;
top: 70%;
margin-left: 8px;
display: none;
diff --git a/examples/video-generic-object-detection/assets/index.html b/examples/video-generic-object-detection/assets/index.html
index 9faa4e7..1a90272 100644
--- a/examples/video-generic-object-detection/assets/index.html
+++ b/examples/video-generic-object-detection/assets/index.html
@@ -50,7 +50,7 @@ Video Generic Object Detection
1
diff --git a/examples/video-generic-object-detection/assets/style.css b/examples/video-generic-object-detection/assets/style.css
index 756ab70..6bb69a3 100644
--- a/examples/video-generic-object-detection/assets/style.css
+++ b/examples/video-generic-object-detection/assets/style.css
@@ -284,7 +284,7 @@ body {
}
.arduino-logo {
- height: 32px;
+ height: 48px;
width: auto;
}
@@ -605,6 +605,10 @@ body {
height: 36px;
}
+.feedback-section {
+ margin-bottom: 8px;
+}
+
.confidence-input {
border: none;
background: transparent;
@@ -612,7 +616,7 @@ body {
font-weight: inherit;
color: inherit;
text-align: center;
- width: 32px;
+ width: 40px;
padding: 0;
margin: 0;
outline: none;
@@ -695,7 +699,7 @@ body {
.popover {
position: absolute;
- left: 25%;
+ left: 5%;
top: 70%;
margin-left: 8px;
display: none;
diff --git a/examples/video-person-classification/assets/index.html b/examples/video-person-classification/assets/index.html
index 52f8d38..fb7d72f 100644
--- a/examples/video-person-classification/assets/index.html
+++ b/examples/video-person-classification/assets/index.html
@@ -50,7 +50,7 @@ Video Person Classification
1
diff --git a/examples/video-person-classification/assets/style.css b/examples/video-person-classification/assets/style.css
index 481ab0e..1b82744 100644
--- a/examples/video-person-classification/assets/style.css
+++ b/examples/video-person-classification/assets/style.css
@@ -284,7 +284,7 @@ body {
}
.arduino-logo {
- height: 32px;
+ height: 48px;
width: auto;
}
@@ -358,7 +358,7 @@ body {
.scan-content,
.scan-content-time {
- font-size: 14px;
+ font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 160%;
@@ -605,6 +605,10 @@ body {
height: 36px;
}
+.feedback-section {
+ margin-bottom: 8px;
+}
+
.confidence-input {
border: none;
background: transparent;
@@ -612,7 +616,7 @@ body {
font-weight: inherit;
color: inherit;
text-align: center;
- width: 32px;
+ width: 40px;
padding: 0;
margin: 0;
outline: none;
@@ -701,7 +705,7 @@ body {
.popover {
position: absolute;
- left: 25%;
+ left: 5%;
top: 70%;
margin-left: 8px;
display: none;