Do not ... on translate results #96
This commit is contained in:
parent
7685677ada
commit
d056db5617
|
@ -597,6 +597,9 @@ p:not(:last-child) {
|
||||||
audio{
|
audio{
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
}
|
}
|
||||||
|
.translate{
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
@keyframes jump {
|
@keyframes jump {
|
||||||
0% {
|
0% {
|
||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
|
|
|
@ -513,7 +513,7 @@ function trans(tar, to) {
|
||||||
todo(error);
|
todo(error);
|
||||||
console.error(error);
|
console.error(error);
|
||||||
}).then(function (text) {
|
}).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