Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
jcponce committed Feb 25, 2024
1 parent 0960ecb commit 8b6964e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3d-plotter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<div id="errors"></div>

<div id="cWrapper">
c = <span class="c value">0</span>
<i>c</i> = <span class="c value">0</span>
<div class="c setting">
Re:<input type="range" class="c setting" name="cReInput" id="cReInput" value="0.5" min="0" max="1"
step="0.001"><br>
Expand All @@ -60,7 +60,7 @@
</div>
</div>

<hr style="border: 1px solid rgb(78, 78, 78);" />
<br/>

<div id="settingsWrapper">

Expand Down
2 changes: 2 additions & 0 deletions 3d-plotter/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ input[type=range]:focus::-ms-fill-upper {
background: #ffffff;
}



/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
@supports (-ms-ime-align:auto) {
Expand Down

0 comments on commit 8b6964e

Please sign in to comment.