improved visualization in admin menu and change model of transcribe
All checks were successful
Deploy FluentGerman.ai / deploy (push) Successful in 50s
All checks were successful
Deploy FluentGerman.ai / deploy (push) Successful in 50s
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user