mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Merge pull request #4764 from Monirzadeh/fix-RTL-reader-mode
fix wrong direction for RTL language in reader mode
This commit is contained in:
commit
89a7e613e0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
<link rel="stylesheet" href="css/hint.css">
|
<link rel="stylesheet" href="css/hint.css">
|
||||||
<link rel="stylesheet" href="css/viewsource.css">
|
<link rel="stylesheet" href="css/viewsource.css">
|
||||||
</head>
|
</head>
|
||||||
<body id="tridactyl-reader">
|
<body id="tridactyl-reader" dir="auto">
|
||||||
</body>
|
</body>
|
||||||
<script src="../content.js"></script>
|
<script src="../content.js"></script>
|
||||||
<script src="../reader.js"></script>
|
<script src="../reader.js"></script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue