improved visualization in admin menu and change model of transcribe
All checks were successful
Deploy FluentGerman.ai / deploy (push) Successful in 50s

This commit is contained in:
2026-02-18 13:15:40 +01:00
parent 35717009e0
commit e6bf7c3d9c
4 changed files with 12 additions and 2 deletions

View File

@@ -631,6 +631,15 @@ textarea {
animation: recordPulse 1.8s infinite;
}
/* Admin voice-record button */
.btn.recording {
background: linear-gradient(135deg, #fb7185, #e11d48) !important;
color: #fff !important;
border-color: transparent !important;
box-shadow: 0 0 0 0 rgba(251, 113, 133, 0.5);
animation: recordPulse 1.8s infinite;
}
.mic-btn.hidden {
display: none;
}