Commit 4ca22795 authored by Vladimir Baranov's avatar Vladimir Baranov

rref #5392. Show close button when chat app screen is empty

parent b09a7b7b
......@@ -2310,6 +2310,13 @@ table.dataTable thead .sorting:after {
top: 0px;
}
.chat-app .conversation-section-empty .close-chat-app {
display: block;
position: absolute;
right: 15px;
top: 0px;
}
.chat-app .conversation-header .chat-app-actions {
display: inline-block;
float: left;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment