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