Skip to content

Commit b3f359a

Browse files
committed
flex
1 parent c05ec82 commit b3f359a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/hellotext.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/controllers/webchat_controller.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ var _default = /*#__PURE__*/function (_Controller) {
223223
});
224224
this.setOfflineTimeout();
225225
if (this.openValue) return;
226-
this.unreadCounterTarget.style.display = 'block';
226+
this.unreadCounterTarget.style.display = 'flex';
227227
this.unreadCounterTarget.innerText = (parseInt(this.unreadCounterTarget.innerText) || 0) + 1;
228228
}
229229
}, {

0 commit comments

Comments
 (0)