11 lines
140 B
CSS
11 lines
140 B
CSS
|
#livechat {
|
||
|
bottom: 20px;
|
||
|
right: 20px;
|
||
|
position: fixed;
|
||
|
}
|
||
|
|
||
|
#livechat .icon-comment {
|
||
|
margin-right: 10px;
|
||
|
}
|
||
|
|