And also this code to fix the size and position of the send icon relative to the button
.ccw_plugin .btn i, .ccw_plugin .btn-large i, .ccw_plugin .btn-floating i, .ccw_plugin .btn-large i, .ccw_plugin .btn-flat i {
font-size: 2rem;
line-height: 2.1;
}
But then another problem arise. On my mobile phone, when I click on the input field of the plugin to write message, suddenly the picture tiles are positioned far away from the panel that I need to scroll a lot to get the first picture tile in view and also a lot scrolling to get to the bottom of the page.
the problem doesn’t back to normal when I cancel to input my message afterward. I didn’t see this problem when emulated mobile view from the computer using chrome’s inspection tool.