Merge pull request #116 from Armanio/patch-1

fix(style): comment box arrow position
This commit is contained in:
Rodrigo Pombo 2019-03-11 00:10:49 -03:00 committed by GitHub
commit e3690fe240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}