Fix formatting in chrome

Was using experimental selector, forget about it.
Also reduce jumping around of video size
This commit is contained in:
Vivianne Langdon 2022-02-26 21:29:18 -08:00
parent 8d0e549480
commit fee6ffcbd8

View file

@ -2,7 +2,7 @@
/* Barcode scanner CSS */
#barcode-scanner {
position: relative;
min-height: 200px;
min-height: 450px;
.drawingBuffer {
position: absolute;
@ -13,12 +13,6 @@
}
}
#barcode-status {
:dir(ltr) .select {
float: right;
}
:dir(rtl) .select {
float: left;
}
#barcode-status .select {
float: right;
}