Fix "Contacts" header sizing in search results
This commit is contained in:
parent
12dbd38cb9
commit
311e17c3b5
1 changed files with 3 additions and 25 deletions
|
@ -5422,7 +5422,9 @@ button.module-image__border-overlay:focus {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.module-search-results__conversations-header {
|
.module-search-results__conversations-header,
|
||||||
|
.module-search-results__contacts-header,
|
||||||
|
.module-search-results__messages-header {
|
||||||
@include font-body-1-bold;
|
@include font-body-1-bold;
|
||||||
|
|
||||||
height: 52px;
|
height: 52px;
|
||||||
|
@ -5457,30 +5459,6 @@ button.module-image__border-overlay:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.module-search-results__contacts-header {
|
|
||||||
@include font-body-1-bold;
|
|
||||||
|
|
||||||
height: 52px;
|
|
||||||
margin-left: 16px;
|
|
||||||
|
|
||||||
@include dark-theme {
|
|
||||||
color: $color-gray-05;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.module-search-results__messages-header {
|
|
||||||
@include font-body-1-bold;
|
|
||||||
|
|
||||||
height: 52px;
|
|
||||||
margin-left: 16px;
|
|
||||||
padding-bottom: 8px;
|
|
||||||
padding-top: 8px;
|
|
||||||
|
|
||||||
@include dark-theme {
|
|
||||||
color: $color-gray-05;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.module-search-results__spinner-container {
|
.module-search-results__spinner-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue