Skip to content

Commit

Permalink
Merge pull request pomber#116 from Armanio/patch-1
Browse files Browse the repository at this point in the history
fix(style): comment box arrow position
  • Loading branch information
pomber authored Mar 11, 2019
2 parents 6550ab3 + 2617bbc commit e3690fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/comment-box.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@
.comment-box:after {
border-color: rgba(1, 22, 39, 0);
border-bottom-color: rgb(1, 22, 39);
border-width: 11px;
margin-left: -11px;
border-width: 13px;
margin-left: -13px;
}
.comment-box:before {
border-color: rgba(1, 22, 39, 0);
border-bottom-color: rgb(214, 222, 235, 0.5);
border-width: 14px;
margin-left: -14px;
margin-bottom: 2px;
}

0 comments on commit e3690fe

Please sign in to comment.