Minor design fixes (line height, punctuation)

This commit is contained in:
Danila Fedorin 2021-09-02 11:16:34 -07:00
parent bc9e091d8b
commit b12f2fb074
2 changed files with 2 additions and 1 deletions

View file

@ -57,6 +57,7 @@ limitations under the License.
text-align: center;
flex-direction: column;
margin: 0;
line-height: 150%;
}
.OpeningClientView .defaultAvatar {

View file

@ -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" }, [