Skip to content

Commit

Permalink
Replace ec86aa with f9f2ca
Browse files Browse the repository at this point in the history
I didn't realize there were 2 more instances, oops
  • Loading branch information
Eir-nya committed Jul 21, 2024
1 parent 2ec34c2 commit 7f2dc54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/chat/_message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ body,
}
}
// Chat decorations fix by @lioncat6
.avatarDecoration_ec86aa {
.avatarDecoration_f9f2ca {
--_radio: var(--decoration-to-avatar-ratio);
left: calc(
var(--custom-message-margin-horizontal) -
Expand Down Expand Up @@ -149,7 +149,7 @@ body,
}

// Reply
.repliedMessage_ec86aa::before {
.repliedMessage_f9f2ca::before {
left: calc(var(--chat-avatar-size) / 2 * -1 + var(--gutter) * -1 + 5px);
}

Expand Down

0 comments on commit 7f2dc54

Please sign in to comment.