From cd63cfab4d14b7884429289b5ca5920d13829045 Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Tue, 26 May 2026 11:32:10 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Auto-deploy:=20Camila=20atualiza?= =?UTF-8?q?do=20em=2026/05/2026=2011:32:10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/style.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/public/style.css b/public/style.css index fd98679..ce77888 100644 --- a/public/style.css +++ b/public/style.css @@ -965,19 +965,26 @@ body { min-width: 0; } -/* Ações de mensagem (copiar) */ +/* Ações de mensagem (copiar, ouvir, etc) */ .message-actions { display: flex; gap: 4px; - opacity: 0; + opacity: 0.4; transition: opacity var(--transition-fast); margin-top: 4px; } -.message-row:hover .message-actions { +.message-row:hover .message-actions, +.message-actions:focus-within { opacity: 1; } +@media (max-width: 768px) { + .message-actions { + opacity: 0.8; + } +} + .msg-action-btn { background: none; border: 1px solid var(--border-light);