Skip to content

Commit

Permalink
Merge pull request #134 from Eir-nya/fix-reply-styling
Browse files Browse the repository at this point in the history
Fix message reply styling
  • Loading branch information
Gibbu authored Jul 23, 2024
2 parents 3ed8f52 + 7f2dc54 commit 04cb1f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/theme/chat/_message.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body,
#app-mount {
$message: '.messageContent_f9f2ca:not(:empty):not(.repliedTextContent_ec86aa):not(.threadMessageAccessoryContent_ec86aa)';
$message: '.messageContent_f9f2ca:not(:empty):not(.repliedTextContent_f9f2ca):not(.threadMessageAccessoryContent_f9f2ca)';

.message_d5deea {
.channelTextArea_d5deea {
Expand Down 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 04cb1f7

Please sign in to comment.