File tree Expand file tree Collapse file tree 2 files changed +20
-8
lines changed
page/template/content/conversation
style/content/conversation Expand file tree Collapse file tree 2 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 1313 data-placement ="bottom "
1414 data-uie-name ="do-participants "
1515 class ="conversation-title-bar-name ">
16- <!-- ko if: conversationEntity().hasLegalHold() -->
17- < legal-hold-dot style ="margin: 0 16px 0 0 " params ="legalHoldModal: contentViewModel.legalHoldModal, conversation: conversationEntity " data-uie-name ="status-legal-hold-conversation "> </ legal-hold-dot >
18- <!-- /ko -->
19- <!-- ko if: conversationEntity().verification_state() === ConversationVerificationState.VERIFIED -->
20- < verified-icon class ="conversation-title-bar-name--verified "> </ verified-icon >
21- <!-- /ko -->
22- < span class ="conversation-title-bar-name-label " data-bind ="text: conversationEntity().display_name() " data-uie-name ="status-conversation-title-bar-label "> </ span >
16+ < div class ="conversation-title-bar-name-label--wrapper ">
17+ <!-- ko if: conversationEntity().hasLegalHold() -->
18+ < legal-hold-dot style ="margin: 0 16px 0 0 " params ="legalHoldModal: contentViewModel.legalHoldModal, conversation: conversationEntity " data-uie-name ="status-legal-hold-conversation "> </ legal-hold-dot >
19+ <!-- /ko -->
20+ <!-- ko if: conversationEntity().verification_state() === ConversationVerificationState.VERIFIED -->
21+ < verified-icon class ="conversation-title-bar-name--verified "> </ verified-icon >
22+ <!-- /ko -->
23+ < span class ="conversation-title-bar-name-label " data-bind ="text: conversationEntity().display_name() " data-uie-name ="status-conversation-title-bar-label "> </ span >
24+ </ div >
2325 <!-- ko if: conversationSubtitle() -->
24- < span data-bind ="text: conversationSubtitle() "> </ span >
26+ < div class =" conversation-title-bar-name--subtitle " data-bind ="text: conversationSubtitle() "> </ div >
2527 <!-- /ko -->
2628 </ div >
2729
Original file line number Diff line number Diff line change 3232
3333 display : flex ;
3434 height : 100% ;
35+ flex-direction : column ;
3536 flex-grow : 1 ;
3637 cursor : pointer ;
3738 user-select : none ;
9596 .label-bold-xs ;
9697 overflow : hidden ;
9798 text-overflow : ellipsis ;
99+ &--wrapper {
100+ .flex-center ;
101+ display : flex ;
102+ }
103+ }
104+
105+ .conversation-title-bar-name--subtitle {
106+ .font-size-xs ;
107+ color : var (--background-fade-40 );
98108}
You can’t perform that action at this time.
0 commit comments