fix wrong direction for RTL language in reader mode

This commit is contained in:
monirzadeh 2023-09-04 08:38:50 +03:30
parent 5540ebaa15
commit 7a30da389f

View file

@ -8,7 +8,7 @@
<link rel="stylesheet" href="css/hint.css">
<link rel="stylesheet" href="css/viewsource.css">
</head>
<body id="tridactyl-reader">
<body id="tridactyl-reader" dir="auto">
</body>
<script src="../content.js"></script>
<script src="../reader.js"></script>