Skip to content

Commit

Permalink
Update digit sprite and CSS
Browse files Browse the repository at this point in the history
1. Don't clip the left side of the exponent `E`.
2. Don't show the next character in the negative `-` sign.
  • Loading branch information
ethomson committed Apr 29, 2019
1 parent 9127e97 commit 20bc30a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ BUTTON

.resultchar.exponent
{
background-position: -274px 0;
background-position: -275px 0;
width: 25px;
}
Binary file modified public/digits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 20bc30a

Please sign in to comment.