From 1a25aece60ac9368bb352b21105c0fcba8ce61ca Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sun, 27 Mar 2022 12:13:50 +0300 Subject: [PATCH] Move chat to bottom right on desktop --- app/styles/global.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/styles/global.css b/app/styles/global.css index 943718385..8845c80f7 100644 --- a/app/styles/global.css +++ b/app/styles/global.css @@ -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;