Skip to content

Commit

Permalink
Add instructions for new breakpoints config
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwagerfield committed Feb 6, 2024
1 parent d37784a commit 1870065
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 24 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@ const options = {
showFinishButton: true, // Show/hide the "finish" button in the widget.
showRemoveButton: true, // Show/hide the "remove" button next to each file.
styles: {
breakpoints: {
fullScreenWidth: 750, // Full-screen mode activates when the screen is at or below this width.
fullScreenHeight: 420 // Full-screen mode activates when the screen is at or below this height.
},
colors: {
primary: "#377dff", // Primary buttons & links
active: "#528fff", // Primary buttons & links (hover). Inferred if undefined.
Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@wdio/jasmine-framework": "^7.19.3",
"@wdio/local-runner": "^7.19.3",
"@wdio/spec-reporter": "^7.19.1",
"chromedriver": "^119.0.0",
"chromedriver": "^121.0.0",
"husky": "^7.0.4",
"jasmine-core": "~4.0.0",
"karma": "~6.3.0",
Expand Down

0 comments on commit 1870065

Please sign in to comment.