Skip to content

Commit

Permalink
Upgrade the js player
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Jun 7, 2024
1 parent 7b810de commit fba60cf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
11 changes: 8 additions & 3 deletions assets/css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ $primary: #06989a;
}
}

// temporary override, until this gets included in the released player CSS
div.ap-control-bar .ap-progressbar .ap-bar .ap-gutter-empty {
background-color: color-mix(in oklab, var(--term-color-foreground) 20%, var(--term-color-background));
// temporary overrides, until it gets included in the released player CSS

div.ap-control-bar * {
box-sizing: inherit;
}

.ap-overlay-help kbd {
font-family: inherit;
}
8 changes: 4 additions & 4 deletions assets/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 assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"asciinema-player": "3.7.2-rc.6",
"asciinema-player": "3.7.2-rc.7",
"babel-loader": "^8.3.0",
"bootstrap": "^4.5.0",
"copy-webpack-plugin": "^11.0.0",
Expand Down

0 comments on commit fba60cf

Please sign in to comment.