Skip to content

Commit

Permalink
Minor optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstuart14 committed Jul 15, 2024
1 parent bc86cdd commit 7ec09b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "protoviz-web"
version = "0.2.1"
version = "0.2.2"
authors = ["Daniel Stuart <[email protected]>"]
edition = "2021"

Expand All @@ -21,3 +21,4 @@ chrono = "0.4.38"
[profile.release]
lto = true
opt-level = 's'
codegen-units = 1
2 changes: 1 addition & 1 deletion assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ html,body, #st-full-pg {
background-color: #3C3C3C;
display: flex;
align-items: center;
gap: 10px;
gap: 20px;
}

.header_left {
Expand Down

0 comments on commit 7ec09b9

Please sign in to comment.