Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBiscardi committed Sep 6, 2024
1 parent 7ab798f commit 970b639
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 27 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions crates/www/src/components/progress_bar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const STYLES: &str = "#top-progress {
opacity: 0.4;
}";

#[cfg(not(feature = "ssr"))]
fn get_indicator_percentage_width(
current_pos: f64,
total_scroll: f64,
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly-2024-09-01"
channel = "nightly-2024-09-05"

0 comments on commit 970b639

Please sign in to comment.