Commit 1015b63e authored by JC Brand's avatar JC Brand

Improve styling for minimized chats

* elements where too large
* ugly drop shadow
parent 85688d18
......@@ -50,17 +50,18 @@
.minimized-chats-flyout {
flex-direction: column-reverse;
bottom: 42px;
bottom: 45px;
width: var(--minimized-chats-width);
.chat-head {
min-height: 0;
padding: 0.3em;
border-radius: var(--chatbox-border-radius);
height: 35px;
margin-bottom: 0.2em;
box-shadow: 1px 3px 5px 3px rgba(0, 0, 0, 0.4);
width: 100%;
max-width: 9em;
flex-wrap: nowrap;
}
&.minimized {
height: auto;
......
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