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:
commit
24d469a774
@ -93,6 +93,7 @@ body,
|
||||
select,
|
||||
button {
|
||||
font-family: var(--specified-fonts);
|
||||
unicode-bidi: plaintext;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -351,6 +351,10 @@ export default {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.content p {
|
||||
unicode-bidi: plaintext;
|
||||
}
|
||||
|
||||
.emojione {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
@ -628,6 +628,10 @@ export default {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.content p {
|
||||
unicode-bidi: plaintext;
|
||||
}
|
||||
|
||||
.emojione {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
Loading…
Reference in New Issue
Block a user