🚀 Auto-deploy: Camila atualizado em 26/05/2026 11:32:10
This commit is contained in:
+10
-3
@@ -965,19 +965,26 @@ body {
|
|||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Ações de mensagem (copiar) */
|
/* Ações de mensagem (copiar, ouvir, etc) */
|
||||||
.message-actions {
|
.message-actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
opacity: 0;
|
opacity: 0.4;
|
||||||
transition: opacity var(--transition-fast);
|
transition: opacity var(--transition-fast);
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-row:hover .message-actions {
|
.message-row:hover .message-actions,
|
||||||
|
.message-actions:focus-within {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.message-actions {
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.msg-action-btn {
|
.msg-action-btn {
|
||||||
background: none;
|
background: none;
|
||||||
border: 1px solid var(--border-light);
|
border: 1px solid var(--border-light);
|
||||||
|
|||||||
Reference in New Issue
Block a user