From a2916179925c6df9f6d9fbcbe1f8bb25602a10b4 Mon Sep 17 00:00:00 2001 From: Rodrigo Emanuel Date: Sat, 31 May 2025 15:51:48 -0300 Subject: [PATCH] Add files via upload --- css/app.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 4afdb31..f8bf67b 100644 --- a/css/app.css +++ b/css/app.css @@ -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;