a {
position: relative;
&:after {
content: "";
border: solid @mid-blue;
border-width: 0 2px 2px 0;
width: 11px;
height: 11px;
position: absolute;
left: auto;
right: -20px;
top: 50%;
transform: rotate(-45deg) translateX(0%) translateY(-60%);
}
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)