Skip to content

Commit

Permalink
Merge pull request #2988 from KeeJef/update-themeing-issue
Browse files Browse the repository at this point in the history
Update unread message theming and alignment
  • Loading branch information
Bilb committed Mar 15, 2024
2 parents bc5889b + fe2bcb4 commit 298b474
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions stylesheets/_modules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,6 @@

.module-conversation__user,
.module-message__author {
margin-top: var(--margins-sm);
margin-bottom: var(--margins-xs);
font-size: var(--font-size-sm);
font-weight: 300;
line-height: 18px;
Expand Down Expand Up @@ -621,6 +619,7 @@
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: var(--margins-xs);
}

.module-conversation-list-item__header__name {
Expand Down
3 changes: 2 additions & 1 deletion ts/components/leftpane/MessageRequestsBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ const StyledCircleIcon = styled.div`
const StyledUnreadCounter = styled.div`
font-weight: bold;
border-radius: var(--margins-sm);
background-color: var(--conversation-tab-bubble-background-color);
color: var(--unread-messages-alert-text-color);
background-color: var(--unread-messages-alert-background-color);
margin-left: var(--margins-sm);
min-width: 20px;
height: 20px;
Expand Down

0 comments on commit 298b474

Please sign in to comment.