Skip to content

Commit

Permalink
Merge pull request #7 from Janealter/Janealter-patch-1
Browse files Browse the repository at this point in the history
Fix ripple centering
  • Loading branch information
zbryikt authored Apr 29, 2020
2 parents 2e03356 + de3d78f commit 088aefa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ripple/main.styl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ borderSize = 4px
0%
top: round(size * .5) - borderSize
left: round(size * .5) - borderSize
width: 0
height: 0
width: borderSize * 2
height: borderSize * 2
opacity: 1
100%
top: round(size * .05) - borderSize
Expand Down

0 comments on commit 088aefa

Please sign in to comment.