Adjust layout more
Ensure camera select box is never hidden.
This commit is contained in:
parent
43f62ef5d7
commit
f5c66b5b4a
3 changed files with 11 additions and 7 deletions
|
@ -22,6 +22,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
#barcode-status .select {
|
||||
#barcode-camera-list {
|
||||
float: right;
|
||||
}
|
||||
|
|
|
@ -642,7 +642,7 @@ let BookWyrm = new (class {
|
|||
openBarcodeScanner(event) {
|
||||
const scannerNode = document.getElementById("barcode-scanner");
|
||||
const statusNode = document.getElementById("barcode-status");
|
||||
const cameraListNode = document.getElementById("barcode-camera-list");
|
||||
const cameraListNode = document.querySelector("#barcode-camera-list > select");
|
||||
|
||||
cameraListNode.addEventListener('change', onChangeCamera);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue