Merge pull request #2988 from KeeJef/update-themeing-issue

Update unread message theming and alignment
pull/3053/head
Audric Ackermann 2 years ago committed by GitHub
commit 298b47432c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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;
@ -621,6 +619,7 @@
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: var(--margins-xs);
}
.module-conversation-list-item__header__name {

@ -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;

Loading…
Cancel
Save