Skip to content

Commit

Permalink
Fix small gap between board grid and board background
Browse files Browse the repository at this point in the history
Weird fix but seems to work
  • Loading branch information
WandererXII committed Mar 15, 2024
1 parent 569bda6 commit 71af9a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/common/css/vendor/shogiground/_shogiground.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ sg-squares {
.d-12x12 & {
grid-template: repeat(12, 1fr) / repeat(12, 1fr);
}
top: 0.1px;
pointer-events: none;
sq {
&.dest {
Expand Down

0 comments on commit 71af9a9

Please sign in to comment.