Files
bookwyrm-mastodon/bookwyrm/static/css/bookwyrm/components/_barcode.scss
Vivianne Langdon fee6ffcbd8 Fix formatting in chrome
Was using experimental selector, forget about it.
Also reduce jumping around of video size
2022-02-26 21:29:18 -08:00

19 lines
292 B
SCSS

/* Barcode scanner CSS */
#barcode-scanner {
position: relative;
min-height: 450px;
.drawingBuffer {
position: absolute;
top: 0;
left: 0;
height: auto;
width: 100%;
}
}
#barcode-status .select {
float: right;
}