grocy/views/components/barcodescanner.blade.php
Katharina Bogad 598860017b Move components to main grocy bundle
Less stalled requests. Still not optimal though.
2021-06-21 13:14:37 +02:00

19 lines
324 B
PHP

@if (!GROCY_DISABLE_BROWSER_BARCODE_CAMERA_SCANNING)
@push('pageStyles')
<style>
#barcodescanner-start-button {
position: absolute;
right: 0;
margin-top: 4px;
margin-right: 5px;
cursor: pointer;
}
.combobox-container #barcodescanner-start-button {
margin-right: 36px !important;
}
</style>
@endpush
@endif