Skip to content

Commit

Permalink
5.0.0-83 (#1356)
Browse files Browse the repository at this point in the history
Co-authored-by: Rebecca Shoptaw <[email protected]>
  • Loading branch information
rebecca-shoptaw and Rebecca Shoptaw authored Nov 15, 2024
1 parent 6ff6cc8 commit 1b36227
Show file tree
Hide file tree
Showing 24 changed files with 68 additions and 56 deletions.
4 changes: 2 additions & 2 deletions BookReader/BookReader.css
Original file line number Diff line number Diff line change
Expand Up @@ -698,10 +698,10 @@ i.BRicon {
}

.BRicon.read {
transition-property: background-color, border, background-position;
width: 34px;
height: 34px;
background-position: -203px center;
transition-property: background-color, border, background-position;
}
@media (max-width: 800px) {
.BRicon.read {
Expand All @@ -712,10 +712,10 @@ i.BRicon {
}

.BRicon.unread {
transition-property: background-color, border, background-position;
width: 34px;
height: 34px;
background-position: -283px center;
transition-property: background-color, border, background-position;
}
@media (max-width: 800px) {
.BRicon.unread {
Expand Down
2 changes: 1 addition & 1 deletion BookReader/BookReader.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion BookReader/BookReader.js.map

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions BookReader/ia-bookreader-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion BookReader/ia-bookreader-bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion BookReader/plugins/plugin.archive_analytics.js.map

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

Loading

0 comments on commit 1b36227

Please sign in to comment.