Do not ... on translate results #96
This commit is contained in:
parent
7685677ada
commit
d056db5617
|
@ -597,6 +597,9 @@ p:not(:last-child) {
|
|||
audio{
|
||||
height: 2rem;
|
||||
}
|
||||
.translate{
|
||||
white-space: normal;
|
||||
}
|
||||
@keyframes jump {
|
||||
0% {
|
||||
transform: translateY(0);
|
||||
|
|
|
@ -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>');
|
||||
});
|
||||
}
|
||||
//ブラウザで開く
|
||||
|
|
Loading…
Reference in New Issue
Block a user