Add files via upload

This commit is contained in:
Rodrigo Emanuel
2025-05-31 15:51:48 -03:00
committed by GitHub
parent 8fcd3228ce
commit a291617992

View File

@@ -567,7 +567,6 @@ body {
position: absolute;
top: 50%;
transform: translateY(-50%);
transition: all ease-in-out 300ms;
}
#chat-input button.active,
@@ -575,6 +574,10 @@ body {
color: #ffcc00;
}
#chat-input #chat-input-settings i {
transition: all ease-in-out 300ms;
}
#chat-input #chat-input-send {
right: 60px;
}
@@ -583,6 +586,10 @@ body {
right: 20px;
}
#chat-input #chat-input-settings.active i {
transform: rotate(60deg);
}
#chat-input .settings {
display: none;
background: #0c0c0c;