Skip to content

Commit

Permalink
restyle crazyhouse pockets
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Jan 19, 2016
1 parent dc5f9c0 commit 8b1acf7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conf/base.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ net {
ip = "5.196.91.160"
asset {
domain = ${net.domain}
version = 801
version = 802
}
}
play {
Expand Down
2 changes: 1 addition & 1 deletion public/stylesheets/analyse.css
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ div.gauge_displayed div.lichess_game div.lichess_ground {
height: calc(100% - 40px - 41px);
}
.crazy .lichess_ground .replay {
height: calc(100% - 40px - 150px);
height: calc(100% - 40px - 140px);
}
.lichess_ground .action_menu {
border-color: transparent;
Expand Down
7 changes: 4 additions & 3 deletions public/stylesheets/board.css
Original file line number Diff line number Diff line change
Expand Up @@ -595,20 +595,21 @@ div.table {
border-radius: 3px;
box-shadow: 0 2px 3px rgba(0,0,0,0.3) inset;
width: 100%;
height: 60px;
height: 56px;
}
.lichess_ground .pocket {
background: #888;
white-space: nowrap;
}
.lichess_ground .pocket.top {
margin-bottom: 15px;
margin-bottom: 10px;
}
.lichess_ground .pocket.bottom {
margin-top: 15px;
margin-top: 10px;
}
.lichess_ground .pocket .role {
display:inline-block;
height: 56px;
margin-left: -8px;
transition: background-color 0.13s;
}
Expand Down

0 comments on commit 8b1acf7

Please sign in to comment.