diff --git a/app/views/challenge/mine.scala.html b/app/views/challenge/mine.scala.html index 46e0f089cb..e04cb9c577 100644 --- a/app/views/challenge/mine.scala.html +++ b/app/views/challenge/mine.scala.html @@ -31,13 +31,14 @@ moreJs = js(c, json, true)) {
@trans.theFirstPersonToComeOnThisUrlWillPlayWithYou() -

+
@if(ctx.isAuth) { +
Or invite a lichess user:
-

+
} @cancelForm } diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 108acefff5..2594097cb3 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -2004,6 +2004,9 @@ div.undertable_inner { .undertable tr:first-child td { border-top: none; } +div.lichess_overboard .mini_board { + margin: auto; +} div.lichess_overboard.joining .submit { font-size: 1.2em; margin-top: 1em;