Commit 930e95d7 authored by Romain Courteaud's avatar Romain Courteaud

erp5_document_scanner: fix the image/video size

parent a4917874
...@@ -104,7 +104,7 @@ div[data-gadget-url$="gadget_document_scanner.html"] .img-container img, ...@@ -104,7 +104,7 @@ div[data-gadget-url$="gadget_document_scanner.html"] .img-container img,
div[data-gadget-url$="gadget_document_scanner.html"] .camera-input img, div[data-gadget-url$="gadget_document_scanner.html"] .camera-input img,
div[data-gadget-url$="gadget_document_scanner.html"] .img-container video, div[data-gadget-url$="gadget_document_scanner.html"] .img-container video,
div[data-gadget-url$="gadget_document_scanner.html"] .camera-input video { div[data-gadget-url$="gadget_document_scanner.html"] .camera-input video {
max-height: 75vh; height: 70vh;
} }
div[data-gadget-url$="gadget_document_scanner.html"] .btn-thumbnail:before { div[data-gadget-url$="gadget_document_scanner.html"] .btn-thumbnail:before {
color: #000; color: #000;
......
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1585917504.3</float> <float>1585917584.58</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -99,7 +99,7 @@ div[data-gadget-url$="gadget_document_scanner.html"] { ...@@ -99,7 +99,7 @@ div[data-gadget-url$="gadget_document_scanner.html"] {
position: relative; position: relative;
width: 100%; width: 100%;
img, video { img, video {
max-height: 75vh; height: 70vh;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment