From b12f2fb074b49fde925488f5eaf2da3eb439315c Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Thu, 2 Sep 2021 11:16:34 -0700 Subject: [PATCH] Minor design fixes (line height, punctuation) --- css/open.css | 1 + src/open/OpenLinkView.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/css/open.css b/css/open.css index 9f351c7..88f3c7e 100644 --- a/css/open.css +++ b/css/open.css @@ -57,6 +57,7 @@ limitations under the License. text-align: center; flex-direction: column; margin: 0; + line-height: 150%; } .OpeningClientView .defaultAvatar { diff --git a/src/open/OpenLinkView.js b/src/open/OpenLinkView.js index e7f7450..feeb44a 100644 --- a/src/open/OpenLinkView.js +++ b/src/open/OpenLinkView.js @@ -51,7 +51,7 @@ class TryingLinkView extends TemplateView { t.strong("Not working? "), t.a({ href: vm.deepLink, onClick: () => vm.startSpinner() }, "Try again"), " or ", - t.button({ className: "text", onClick: () => vm.close() }, "select another app") + t.button({ className: "text", onClick: () => vm.close() }, "select another app.") ]); return t.div({ className: "OpeningClientView" }, [