diff --git a/src/controllers/webchat_controller.js b/src/controllers/webchat_controller.js index 1aba2e2..611dbf6 100644 --- a/src/controllers/webchat_controller.js +++ b/src/controllers/webchat_controller.js @@ -242,7 +242,7 @@ export default class extends Controller { if(this.openValue) return - this.unreadCounterTarget.style.display = 'block' + this.unreadCounterTarget.style.display = 'flex' this.unreadCounterTarget.innerText = (parseInt(this.unreadCounterTarget.innerText) || 0) + 1 }