Tweak conversation list header placement
This commit is contained in:
parent
b980d99453
commit
c74315315b
1 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue