Skip to content

Commit

Permalink
fix: align header list
Browse files Browse the repository at this point in the history
  • Loading branch information
KeeJef committed Feb 20, 2024
1 parent 6e47bba commit fe2bcb4
Showing 1 changed file with 1 addition and 2 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

0 comments on commit fe2bcb4

Please sign in to comment.