Fix formatting in chrome
Was using experimental selector, forget about it. Also reduce jumping around of video size
This commit is contained in:
parent
8d0e549480
commit
fee6ffcbd8
|
@ -2,7 +2,7 @@
|
||||||
/* Barcode scanner CSS */
|
/* Barcode scanner CSS */
|
||||||
#barcode-scanner {
|
#barcode-scanner {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 200px;
|
min-height: 450px;
|
||||||
|
|
||||||
.drawingBuffer {
|
.drawingBuffer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -13,12 +13,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#barcode-status {
|
#barcode-status .select {
|
||||||
:dir(ltr) .select {
|
|
||||||
float: right;
|
float: right;
|
||||||
}
|
|
||||||
|
|
||||||
:dir(rtl) .select {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue