Skip to content

Commit 4d23f58

Browse files
felixindrawanFelix-Dynamsoft
authored andcommitted
fix: Locate Item Sample - license text color, and mobile viewport
1 parent 0d03b8c commit 4d23f58

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

use-case/locate-an-item-with-barcode/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
overscroll-behavior-y: none;
2323
overflow: hidden;
2424
}
25+
.dls-license-msg-content {
26+
color: black;
27+
}
2528
#inputs-container {
2629
margin: 2rem;
2730
padding-bottom: 2rem;
@@ -99,6 +102,7 @@
99102
padding: 0.5rem;
100103
font-size: 1rem;
101104
overflow: hidden;
105+
max-width: 10rem;
102106
}
103107
#camera-view-title {
104108
text-align: center;
@@ -198,6 +202,9 @@
198202
button {
199203
font-size: 1.5rem;
200204
}
205+
#select-camera-dropdown {
206+
max-width: unset;
207+
}
201208
}
202209
</style>
203210
</head>

0 commit comments

Comments
 (0)