Browse Source

Fixed reply author font size on win

TitanNano-voice_recorder
Igor Zhukov 10 years ago
parent
commit
9bf91e467a
  1. 3
      app/less/app.less

3
app/less/app.less

@ -1915,6 +1915,9 @@ div.im_message_body {
line-height: 16px;
margin-bottom: 3px;
}
.non_osx .im_message_reply_author {
font-size: 12px;
}
.im_message_reply_loading {
padding: 7px 0 8px;
}

Loading…
Cancel
Save