1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-19 12:20:20 +01:00

Merge pull request #1278 from ahangarha/add-bidi-support

Add bidi support
This commit is contained in:
AkiraFukushima 2020-02-12 21:26:05 +09:00 committed by GitHub
commit 24d469a774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View File

@ -93,6 +93,7 @@ body,
select,
button {
font-family: var(--specified-fonts);
unicode-bidi: plaintext;
}
}

View File

@ -351,6 +351,10 @@ export default {
word-wrap: break-word;
}
.content p {
unicode-bidi: plaintext;
}
.emojione {
width: 20px;
height: 20px;

View File

@ -628,6 +628,10 @@ export default {
word-wrap: break-word;
}
.content p {
unicode-bidi: plaintext;
}
.emojione {
width: 20px;
height: 20px;