mirror of
https://github.com/grocy/grocy.git
synced 2025-08-28 00:52:07 +00:00
Replaced barcode scanning library with ZXing (#2706)
* Replaced barcode scanning library with ZXing * Applied code formatting rules * Delete now obsolete user settings * Review --------- Co-authored-by: Bernd Bestel <bernd@berrnd.de>
This commit is contained in:
@@ -209,16 +209,14 @@ a:not([href]) {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
/* Camera Barcodescanner Quagga2 */
|
||||
/* Camera Barcodescanner */
|
||||
#camerabarcodescanner-container {
|
||||
max-height: 90vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#camerabarcodescanner-livestream video {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#camerabarcodescanner-livestream canvas {
|
||||
#camerabarcodescanner-livestream {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -381,14 +379,6 @@ html {
|
||||
z-index: 99999 !important;
|
||||
}
|
||||
|
||||
/* Third party component customizations - QuaggaJS */
|
||||
canvas.drawing,
|
||||
canvas.drawingBuffer {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.warning-message,
|
||||
.error-message,
|
||||
.normal-message,
|
||||
|
Reference in New Issue
Block a user