Skip to content

Commit

Permalink
CHG: enlarge rotate-icon clickable region
Browse files Browse the repository at this point in the history
  • Loading branch information
iny7 committed Jan 18, 2019
1 parent 408feb1 commit f6273ff
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/Rect/StyledRect.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,15 @@ export default styled.div`
.rotate {
position: absolute;
cursor: pointer;
left: 50%;
top: -26px;
transform: translateX(-50%);
width: 18px;
height: 18px;
margin-left: -9px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.t,
Expand Down

0 comments on commit f6273ff

Please sign in to comment.