Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Merge pull request #3 from fschutt/mergetest6
Browse files Browse the repository at this point in the history
Fixes for presentation
  • Loading branch information
fschutt authored Oct 21, 2024
2 parents 492128d + ecdf0ca commit 9a0260e
Show file tree
Hide file tree
Showing 20 changed files with 119,183 additions and 116,490 deletions.
22 changes: 21 additions & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ wasm-bindgen-futures = "0.4.43"
futures = "0.3.30"
html-escape = "0.2.13"
chrono = "0.4.38"
angular-units = "0.2.4"
2 changes: 2 additions & 0 deletions build-debug.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
wasm-pack build --target web --no-pack --no-typescript --debug && rm pkg/.gitignore
python3 ./postbuild.py
230,045 changes: 115,705 additions & 114,340 deletions index.html

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,31 @@ input[type="file"] {
flex-grow: 1;
}

.__application-ribbon-section-content.__mini_content {
flex-grow: 1;
display: flex;
flex-direction: column;
}
.__application-ribbon-section-content.__mini_content label {
flex-direction: row;
width: 200px;
border: 1px solid lightgrey;
background: aliceblue;
cursor: pointer;
margin-bottom: 0px;
}

.__application-ribbon-section-content.__mini_content label:first {
margin-top: 0px;
}

.__application-ribbon-section-content.__mini_content label img.icon {
height: 12px;
width: 12px;
padding: 0px;
margin: 0px;
}

.__application-ribbon-section-name {
font-size: 11px;
color: #444444;
Expand Down
Loading

0 comments on commit 9a0260e

Please sign in to comment.