Alignment fixes

This commit is contained in:
Ingvar Stepanyan
2022-01-17 20:05:09 +00:00
parent 3b9eca1046
commit ee5732b3a2
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
.center { .center {
margin: auto; margin: auto;
text-align: center;
} }
#capture { #capture {

View File

@@ -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',
{ {