Unban user messages from TTS narration

This commit is contained in:
Cohee 2023-08-28 22:08:47 +03:00
parent 5acb7402b9
commit 44b51693ee
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
body.tts .mes[is_user="true"] .mes_narrate,
body.tts .mes[is_system="true"] .mes_narrate {
display: none;
}