From ee5732b3a2782b020395a0bf8e5419b9a1bdbf18 Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Mon, 17 Jan 2022 20:05:09 +0000 Subject: [PATCH] Alignment fixes --- ui/index.html | 1 + ui/index.js | 1 + 2 files changed, 2 insertions(+) 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', {