Commit 6c8b962b authored by 박민석's avatar 박민석

update ui

parent 9dd00d77
Pipeline #21579 passed with stages
in 3 minutes and 59 seconds
......@@ -560,11 +560,8 @@
font-size: 13px;
}
.chat .chat-body > ul {
max-width: 90%;
}
.chat .chat-body .message {
max-width: 90%;
font-size: 12px;
}
......
......@@ -109,6 +109,10 @@
closeButton.addEventListener('click', () => {
chat.classList.remove('show')
chatIcon.innerHTML = openIconPath
chatIcon.setAttribute('fill', '#fff')
chatIcon.setAttribute('stroke', '#0072ce')
chatIcon.setAttribute('viewBox', '0 0 20 20')
})
productButton.addEventListener('click', () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment