File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ class ConversationList extends Component {
190
190
191
191
updateScrollTop ( ) {
192
192
this . domNode = ReactDOM . findDOMNode ( this . refs . conversationList ) ;
193
- if ( this . domNode . scrollTop + this . domNode . clientHeight >= this . domNode . scrollHeight && this . scrollToLoad ) {
193
+ if ( this . domNode . scrollTop + this . domNode . clientHeight + 20 >= this . domNode . scrollHeight && this . scrollToLoad ) {
194
194
var conversationArray = this . state . conversationArray ;
195
195
var timestamp ;
196
196
try {
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-monkey-ui" ,
3
- "version" : " 2.1.1 " ,
3
+ "version" : " 2.1.2 " ,
4
4
"description" : " User interface of MonkeySDK to create your own chat." ,
5
5
"keywords" : [
6
6
" monkey-ui" ,
Original file line number Diff line number Diff line change @@ -3563,11 +3563,11 @@ aside.aside-divided{
3563
3563
font-family : 'helvetica-normal' , helvetica;
3564
3564
font-size : 14px ;
3565
3565
padding : 10px ;
3566
- width : calc (100% - 85 px );
3566
+ width : calc (100% - 95 px );
3567
3567
}
3568
3568
3569
3569
.mky-info-conversation-action {
3570
- display : inline-table ;
3570
+ display : flex ;
3571
3571
width : 100% ;
3572
3572
}
3573
3573
@@ -3578,7 +3578,7 @@ aside.aside-divided{
3578
3578
font-size : 16px ;
3579
3579
float : left;
3580
3580
color : black;
3581
- margin-left : 10px ;
3581
+ margin : 0 0 5 px 10px ;
3582
3582
text-overflow : ellipsis;
3583
3583
width : calc (100% - 45px );
3584
3584
}
@@ -3622,7 +3622,7 @@ aside.aside-divided{
3622
3622
.mky-info-conversation-members {
3623
3623
display : flex;
3624
3624
position : relative;
3625
- flex : 1 ;
3625
+ flex : 0 1 auto ;
3626
3626
flex-direction : column;
3627
3627
min-height : 120px ;
3628
3628
}
You can’t perform that action at this time.
0 commit comments