fix(rtl): correct article-link title direction (#2023)

This commit is contained in:
ZhenShuo Leo
2025-08-03 17:25:25 +08:00
parent 2efd19e793
commit aa76e94538
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -2137,6 +2137,9 @@ body.zen-mode-enable {
.text-right {
text-align: right;
}
.text-start {
text-align: start;
}
.-indent-\[999px\] {
text-indent: calc(999px * -1);
}