Adjust system TTS

This commit is contained in:
SillyLossy
2023-05-05 02:44:23 +03:00
parent 92e508a076
commit 1d10b8f390
3 changed files with 20 additions and 2 deletions

View File

@@ -25,4 +25,19 @@
display: flex;
justify-content: space-between;
align-items: center;
gap: 0.5rem;
}
.voice_preview .voice_name {
text-align: left;
flex: 1;
}
.voice_preview .voice_lang {
width: 4rem;
text-align: left;
}
.voice_preview .fa-play {
cursor: pointer;
}