Add files via upload

Horizontal Chat Glitch Fix
This commit is contained in:
Rodrigo Emanuel
2025-05-22 00:01:28 -03:00
committed by GitHub
parent e208759fea
commit 10ede50e89
4 changed files with 23 additions and 13 deletions

View File

@@ -462,11 +462,14 @@ body {
#chat.horizontal {
display: flex;
align-items: flex-end;
width: max-content;
position: absolute;
right: 0;
gap: 15px;
bottom: 0;
flex-direction: row-reverse;
align-items: flex-end;
gap: 10px;
width: max-content;
}