Skip to content

Commit

Permalink
Tweak conversation list header placement
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal committed Oct 14, 2021
1 parent b980d99 commit c743153
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions stylesheets/_modules.scss
Expand Up @@ -6140,10 +6140,12 @@ button.module-image__border-overlay:focus {
&--header {
@include font-body-1-bold;

align-items: center;
padding-left: 16px;
align-items: flex-end;
display: flex;
height: 100%;
overflow-x: hidden;
padding-bottom: 8px;
padding-left: 16px;
text-overflow: ellipsis;
user-select: none;
white-space: nowrap;
Expand All @@ -6157,6 +6159,7 @@ button.module-image__border-overlay:focus {
display: block;
height: 2px;
margin: 19px 0 19px 10px;
padding-bottom: 0;
width: 56px;

// Hide the text, but keep it for screen readers.
Expand Down

0 comments on commit c743153

Please sign in to comment.