File tree Expand file tree Collapse file tree
packages/devextreme-scss/scss/widgets
base/chat/layout/chat-messagelist Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747}
4848
4949.dx-chat-messagelist-empty {
50+ display : flex ;
51+ flex-direction : column ;
52+ justify-content : center ;
53+
5054 .dx-scrollview-content {
5155 display : flex ;
5256 height : 100% ;
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ $chat-suggestions-box-shadow: null !default;
139139
140140 $chat-messagelist-day-header-color : color .adjust ($base-bg , $lightness : -56.08% , $space : hsl ) !default ;
141141 $chat-messagelist-empty-icon-color : color .adjust ($base-icon-color , $lightness : 32.16% , $space : hsl ) !default ;
142- $chat-messagelist-empty-icon-background-color : color .adjust ($base-bg , $lightness : 3.92% , $space : hsl ) !default ;
142+ $chat-messagelist-empty-icon-background-color : color .adjust ($base-bg , $lightness : - 3.92% , $space : hsl ) !default ;
143143 $chat-messagelist-empty-prompt-color : color .adjust ($base-label-color , $lightness : -5.88% , $space : hsl ) !default ;
144144
145145 $chat-typingindicator-circle-bg-color : color .adjust ($base-bg , $lightness : -29.16% , $space : hsl ) !default ;
You can’t perform that action at this time.
0 commit comments