diff --git a/ui/index.html b/ui/index.html
index 194e61e..7c4f1de 100644
--- a/ui/index.html
+++ b/ui/index.html
@@ -15,6 +15,7 @@
.center {
margin: auto;
+ text-align: center;
}
#capture {
diff --git a/ui/index.js b/ui/index.js
index a4cd5fc..82d35d2 100644
--- a/ui/index.js
+++ b/ui/index.js
@@ -202,6 +202,7 @@ class App extends Component {
this.connection.supportedOps.triggerCapture
? h(CaptureButton, { getFile: this.captureImage })
: undefined,
+ ' ',
h(
'a',
{