Fix formatting in chrome
Was using experimental selector, forget about it. Also reduce jumping around of video size
This commit is contained in:
		@@ -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;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user