Skip to content

Commit

Permalink
fix: cropped names in messages, fixes #27
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Jun 5, 2024
1 parent 948d96c commit 6ad6178
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/messaging/components/avatar/avatar.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
/* VARIABLES */

.avatar {
--avatar-image-size: 32px;
--avatar-image-size: 36px;
}
4 changes: 2 additions & 2 deletions src/messaging/components/message/message.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
line-height: var(--message-line-origin-height);
display: flex;
align-items: center;
margin-bottom: 0.15em;
margin-bottom: 0.2em;
}

.message-origin-name,
Expand Down Expand Up @@ -445,7 +445,7 @@
--message-line-padding-sides-medium: 18px;
--message-line-padding-sides-small: 14px;
--message-line-padding-sides-tiny: 10px;
--message-line-origin-height: 14px;
--message-line-origin-height: 1.2em;
}

/* MEDIA-QUERIES */
Expand Down

0 comments on commit 6ad6178

Please sign in to comment.