Skip to content

Commit

Permalink
Triangle
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchdev committed Sep 4, 2023
1 parent e6b0652 commit 66f8c66
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions assets/chat/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -438,17 +438,18 @@ hr {
}

.watching-same {
.user::before {
position: relative;
&::after {
content: '';
background-color: $color-red;
width: 8px;
height: 8px;
margin-bottom: 0.08em;
margin-right: $gutter-sm;
-moz-border-radius: 7.5px;
-webkit-border-radius: 7.5px;
border-radius: 7.5px;
display: inline-block;
opacity: 0.5;
width: 0;
height: 0;
position: absolute;
top: -5px;
left: -43px;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
border-left: 50px solid white;
}
}

Expand Down

0 comments on commit 66f8c66

Please sign in to comment.