mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
26 lines
433 B
SCSS
26 lines
433 B
SCSS
/* Barcodescanner Quagga */
|
|
#barcodescanner-container {
|
|
max-height: 90vw;
|
|
}
|
|
#livestream-container {
|
|
max-height: 100%;
|
|
}
|
|
#barcodescanner-livestream video {
|
|
width: 100%;
|
|
|
|
}
|
|
#barcodescanner-livestream canvas {
|
|
width: 100%;
|
|
}
|
|
|
|
#barcodescanner-start-button {
|
|
position: absolute;
|
|
right: 0;
|
|
margin-top: 4px;
|
|
margin-right: 5px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.combobox-container #barcodescanner-start-button {
|
|
margin-right: 36px !important;
|
|
} |