Move chat to bottom right on desktop

This commit is contained in:
Kalle
2022-03-27 12:13:50 +03:00
parent 76e17ce83c
commit 1a25aece60

View File

@@ -612,6 +612,16 @@ hr {
}
}
@media screen and (min-width: 1024px) {
.chat__fab {
left: 85%;
}
.chat__window {
left: 85%;
}
}
.chat__messages {
display: flex;
overflow: auto;