mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-13 22:56:05 -05:00
Move chat to bottom right on desktop
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user