Skip to content

Commit

Permalink
Merge pull request #9 from typewriter1/master
Browse files Browse the repository at this point in the history
Add border-radius to button to prevent rendering as a square on Safari iOS
  • Loading branch information
rafaelbotazini authored Dec 30, 2019
2 parents 3d18b26 + 4003488 commit 127d0f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion floating-wpp.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
border-radius: 50%;
}

.floating-wpp:hover {
Expand Down Expand Up @@ -107,4 +108,4 @@
margin-left: 12px;
font-size: 0;
cursor: pointer;
}
}
2 changes: 1 addition & 1 deletion floating-wpp.min.css

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

0 comments on commit 127d0f6

Please sign in to comment.