Minor design fixes (line height, punctuation)
This commit is contained in:
parent
bc9e091d8b
commit
b12f2fb074
2 changed files with 2 additions and 1 deletions
|
@ -57,6 +57,7 @@ limitations under the License.
|
||||||
text-align: center;
|
text-align: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
line-height: 150%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.OpeningClientView .defaultAvatar {
|
.OpeningClientView .defaultAvatar {
|
||||||
|
|
|
@ -51,7 +51,7 @@ class TryingLinkView extends TemplateView {
|
||||||
t.strong("Not working? "),
|
t.strong("Not working? "),
|
||||||
t.a({ href: vm.deepLink, onClick: () => vm.startSpinner() }, "Try again"),
|
t.a({ href: vm.deepLink, onClick: () => vm.startSpinner() }, "Try again"),
|
||||||
" or ",
|
" 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" }, [
|
return t.div({ className: "OpeningClientView" }, [
|
||||||
|
|
Loading…
Reference in a new issue