here i found bunch of CSS for different consoles but still i am not able to figure it out that how to decrease the height and width on the default chat box in desktop version
Please help me!
.ow_chat_list {
height: 320px;
}
This sets the width of the block in the bottom right corner of the window.
.ow_chat_block .ow_bot_panel {
width: 252px;}
This changes the height of the active chat block. The one when you are talking with someone.
.ow_chat_in_dialog { height: 250px;}
I found all of these using Inspect Element. There are some youtube videos on how to use it. I like Inspect Element with Firebug in Firefox myself. It gives more options.