feat: auto translate

This commit is contained in:
2023-11-06 13:32:02 +00:00
parent e0b68ae817
commit 6e349051a2
5 changed files with 49 additions and 27 deletions

View File

@ -716,6 +716,18 @@ div.form-col {
color: var(--repost);
}
.text-gray {
color: var(--gray);
}
.text-gray-medium {
color: var(--gray-medium);
}
.text-gray-light {
color: var(--gray-light);
}
.tweet {
display: flex;
align-items: center;