Skip to content

Commit

Permalink
quotes when waiting for the opponent
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Jan 8, 2016
1 parent ec31317 commit 3a43cb4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/views/setup/await.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ <h2>Challenge declined</h2>
@trans.mode(): @modeName(c.mode)
</p>
}
@base.quote(lila.quote.Quote.one(pov.gameId))
</div>
</div>
}
5 changes: 5 additions & 0 deletions public/stylesheets/board.css
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,11 @@ div.lichess_overboard p.explanations {
line-height: 1.4em;
text-align: center;
}
div.lichess_overboard .pull-quote {
margin-top: 30px;
width: 300px;
font-size: 0.9em;
}
div.premove_alert,
div.dont_touch {
position: absolute;
Expand Down
1 change: 1 addition & 0 deletions public/stylesheets/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ body.dark #lichess_forum table.forum_table thead tr:nth-child(odd),
body.dark #video_side .tag_list a.checked,
body.dark div.lichess_overboard .loader:before,
body.dark div.lichess_overboard .loader:after,
body.dark div.lichess_overboard .pull-quote p:after,
body.dark div.content_box .loader:before,
body.dark div.content_box .loader:after {
background-color: #2b2b2b;
Expand Down

0 comments on commit 3a43cb4

Please sign in to comment.