Skip to content

Commit

Permalink
Merge pull request #2585 from pdg137/boardsize
Browse files Browse the repository at this point in the history
Game.styl: remove unnecessary 8px right margin on "center-col", so board can get larger
  • Loading branch information
anoek authored Feb 18, 2024
2 parents b6cd3b4 + 2cd453b commit 69aeed5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/views/Game/Game.styl
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ goban-view-bar-width=400px
flex-direction: column;
align-items: stretch;
width: 100%;
margin-right: 0.5rem;
}
&.portrait .center-col {
.cancel-button {
Expand All @@ -326,7 +325,6 @@ goban-view-bar-width=400px
position: relative;
top: 25px;
}
margin-right: unset;
}


Expand Down

0 comments on commit 69aeed5

Please sign in to comment.