Chats: improve toggle surface area

This commit is contained in:
Alex Gleason 2020-08-25 19:13:54 -05:00
parent c2c3fefbaa
commit a2cd0b7630
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 15 additions and 3 deletions

View file

@ -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 {