Skip to content

Commit

Permalink
Merge pull request online-go#2770 from online-go/theme-settings
Browse files Browse the repository at this point in the history
Move advanced goban theme settings to settings page; add stone removal graphic and size options
  • Loading branch information
anoek authored Aug 19, 2024
2 parents 3f7a203 + a01d604 commit e0f3416
Show file tree
Hide file tree
Showing 17 changed files with 1,238 additions and 635 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"express-http-proxy": "^2.0.0",
"fork-ts-checker-webpack-plugin": "^9.0.0",
"globals": "^15.8.0",
"goban": "=8.3.19",
"goban": "=8.3.22",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-eslint-new": "^2.2.0",
Expand Down
11 changes: 9 additions & 2 deletions src/components/GobanThemePicker/GobanThemePicker.styl
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@
.theme-set, .custom-theme-set {
display: inline-flex;
flex-direction: row;
width: 320px;
flex-wrap: wrap;
justify-content: center;
text-align: center;
justify-content: flex-start;
text-align: left;
font-size: 10px;

.selector {
Expand Down Expand Up @@ -104,4 +105,10 @@
margin-left: 0.3rem;
}
}

}

.LineText.customize {
margin-top: 1rem;
margin-bottom: 1rem;
}
Loading

0 comments on commit e0f3416

Please sign in to comment.