Tweak conversation list header placement

This commit is contained in:
Evan Hahn 2021-10-14 09:13:08 -05:00 committed by GitHub
parent b980d99453
commit c74315315b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6140,10 +6140,12 @@ button.module-image__border-overlay:focus {
&--header { &--header {
@include font-body-1-bold; @include font-body-1-bold;
align-items: center; align-items: flex-end;
padding-left: 16px; display: flex;
height: 100%; height: 100%;
overflow-x: hidden; overflow-x: hidden;
padding-bottom: 8px;
padding-left: 16px;
text-overflow: ellipsis; text-overflow: ellipsis;
user-select: none; user-select: none;
white-space: nowrap; white-space: nowrap;
@ -6157,6 +6159,7 @@ button.module-image__border-overlay:focus {
display: block; display: block;
height: 2px; height: 2px;
margin: 19px 0 19px 10px; margin: 19px 0 19px 10px;
padding-bottom: 0;
width: 56px; width: 56px;
// Hide the text, but keep it for screen readers. // Hide the text, but keep it for screen readers.