Fix order for the minimized chats widget

This commit is contained in:
JC Brand 2021-01-29 15:44:58 +01:00
parent 336adac1ef
commit 66abe309f6
1 changed files with 4 additions and 1 deletions

View File

@ -1,8 +1,11 @@
#conversejs {
converse-chats {
&.converse-overlayed {
#minimized-chats {
converse-minimized-chats {
order: 100;
}
#minimized-chats {
width: var(--minimized-chats-width);
margin-bottom: 0;