Browse Source

Fixed conversation height for mobile

master
Igor Zhukov 8 years ago
parent
commit
9c2a144f6e
  1. 3
      app/less/mobile.less

3
app/less/mobile.less

@ -1120,6 +1120,9 @@ a.im_dialog { @@ -1120,6 +1120,9 @@ a.im_dialog {
margin-right: 3px;
}
}
.im_dialog_message_wrap {
height: 51px;
}
.im_dialog_unread {
&,

Loading…
Cancel
Save