Skip to content

Commit

Permalink
Avoid elements flickering.
Browse files Browse the repository at this point in the history
Original idea in PR #37 by martijn-schmidt.
  • Loading branch information
gmazoyer committed Mar 23, 2018
1 parent 4af491e commit 5d550f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/style.css
Expand Up @@ -41,6 +41,10 @@ body {
width: 50%;
margin-left: auto;
margin-right: auto;
display: none;
}
.result {
display: none;
}
.reset {
width: 25%;
Expand All @@ -51,6 +55,7 @@ body {
width: 50%;
margin-left: auto;
margin-right: auto;
display: none;
}
kbd {
display: block;
Expand Down

0 comments on commit 5d550f0

Please sign in to comment.