Improve visuals and quality of scanning

This commit is contained in:
Vivianne Langdon
2022-02-26 20:19:26 -08:00
parent 649ffe571a
commit 8d0e549480
3 changed files with 25 additions and 11 deletions

View File

@ -12,3 +12,13 @@
width: 100%;
}
}
#barcode-status {
:dir(ltr) .select {
float: right;
}
:dir(rtl) .select {
float: left;
}
}