Skip to content

Commit

Permalink
Merge branch 'dev' into cw-2267-support-darkmode
Browse files Browse the repository at this point in the history
  • Loading branch information
roienatan committed Nov 16, 2023
2 parents 43ff266 + 689b653 commit 320de6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

@include big-phone {
margin-bottom: 0;
padding: 0.5rem 0.75rem 0 0.5rem;
}
}

Expand Down
11 changes: 6 additions & 5 deletions src/shared/components/Chat/ChatMessage/ChatMessage.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,24 +107,24 @@
font-size: $xxsmall-2;
color: $c-gray-60;
direction: ltr;
margin: 0 4.25rem;
margin: 0 1.25rem;
}

.messageName {
font-size: $xsmall;
font-weight: 600;
color: var(--primary-text);
margin-right: 2.5rem;
margin-left: 1rem;
margin-left: 0.75rem;
margin-bottom: 0.5rem;
cursor: pointer;
}

.messageContent {
word-wrap: break-word;
white-space: pre-line;
margin-right: 1rem;
margin-left: 1rem;
margin-right: 0.75rem;
margin-left: 0.75rem;
word-break: break-word;
}

Expand All @@ -135,7 +135,8 @@

.messageContentCurrentUser {
color: $white;
margin-right: 2.5rem;
margin-right: 0.5rem;
margin-top: 0.5rem;
}

.mentionText {
Expand Down

0 comments on commit 320de6d

Please sign in to comment.