Do not ... on translate results #96

This commit is contained in:
Cutls 2019-07-01 21:46:00 +09:00
parent 7685677ada
commit d056db5617
2 changed files with 4 additions and 1 deletions

View File

@ -597,6 +597,9 @@ p:not(:last-child) {
audio{
height: 2rem;
}
.translate{
white-space: normal;
}
@keyframes jump {
0% {
transform: translateY(0);

View File

@ -513,7 +513,7 @@ function trans(tar, to) {
todo(error);
console.error(error);
}).then(function (text) {
$("#toot-this .additional").html('<span class="gray">' + text.text + '</span>');
$("#toot-this .additional").html('<span class="gray translate">' + text.text + '</span>');
});
}
//ブラウザで開く