Chats: Allow closing a chat

This commit is contained in:
Alex Gleason
2020-08-25 18:11:48 -05:00
parent f87f33fb94
commit 072aed02da
3 changed files with 38 additions and 1 deletions

View File

@@ -33,6 +33,20 @@
overflow: hidden;
text-overflow: ellipsis;
}
.icon-button {
color: #fff;
> div {
height: auto !important;
width: auto !important;
margin-right: -6px;
}
}
.pane__close {
margin-left: auto;
}
}
&__content {