Chats: Toggle pane open and minimized

This commit is contained in:
Alex Gleason
2020-08-25 18:45:05 -05:00
parent 072aed02da
commit 1c6c9f0f5d
3 changed files with 33 additions and 3 deletions

View File

@ -14,7 +14,12 @@
height: calc(100vh - 70px);
}
&--minimized {
top: calc(100% - 31px);
}
&__header {
box-sizing: border-box;
background: var(--brand-color);
color: #fff;
padding: 6px 10px;
@ -23,6 +28,7 @@
border-radius: 6px 6px 0 0;
display: flex;
align-items: center;
height: 31px;
.account__avatar {
margin-right: 7px;