Make bidirectional support a preference

Fixes #270
This commit is contained in:
Zed
2020-11-08 00:41:12 +01:00
parent 13bdd6497b
commit 82fe5d8b78
3 changed files with 13 additions and 1 deletions

View File

@ -20,6 +20,11 @@
font-family: $font_3;
line-height: 1.4em;
pointer-events: all;
display: inline;
}
.tweet-bidi {
display: block !important;
}
.tweet-header {