diff --git a/app/styles/chats.scss b/app/styles/chats.scss
index 4949e3af4..46cdc8df6 100644
--- a/app/styles/chats.scss
+++ b/app/styles/chats.scss
@@ -13,6 +13,10 @@
&--main {
height: calc(100vh - 70px);
+
+ .pane__header {
+ font-size: 16px;
+ }
}
&--minimized {
@@ -23,8 +27,7 @@
box-sizing: border-box;
background: var(--brand-color);
color: #fff;
- padding: 6px 10px;
- font-size: 16px;
+ padding: 0 10px;
font-weight: bold;
border-radius: 6px 6px 0 0;
display: flex;
@@ -35,10 +38,19 @@
margin-right: 7px;
}
- .display-name__account {
+ .pane__title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
+ width: 100%;
+ height: 100%;
+ background: transparent;
+ border: 0;
+ padding: 0;
+ color: #fff;
+ font-weight: bold;
+ text-align: left;
+ font-size: 14px;
}
.icon-button {