Alignment fixes
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
|
|
||||||
.center {
|
.center {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#capture {
|
#capture {
|
||||||
|
|||||||
@@ -202,6 +202,7 @@ class App extends Component {
|
|||||||
this.connection.supportedOps.triggerCapture
|
this.connection.supportedOps.triggerCapture
|
||||||
? h(CaptureButton, { getFile: this.captureImage })
|
? h(CaptureButton, { getFile: this.captureImage })
|
||||||
: undefined,
|
: undefined,
|
||||||
|
' ',
|
||||||
h(
|
h(
|
||||||
'a',
|
'a',
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user