hide emoji button on small devices

This commit is contained in:
Igor Zhukov 2014-02-10 21:54:16 +04:00
parent 59ed50113a
commit 59718330c1

View File

@ -1669,6 +1669,10 @@ img.img_fullsize {
.im_page_peer_not_selected .im_dialog_message {
display: block;
}
.im_emoji_btn {
display: none;
}
}