Merge branch 'develop' into fix/audio-retry

This commit is contained in:
Muhsin Keloth
2026-04-21 13:24:44 +04:00
committed by GitHub
2265 changed files with 141173 additions and 53131 deletions
@@ -226,4 +226,10 @@ const handleSeeOriginal = () => {
}
}
}
// Email clients (Gmail, Outlook) hardcode dir="ltr" on wrapper elements.
// In RTL apps this forces email content LTR regardless of actual text.
[dir='rtl'] .letter-render [dir='ltr'] {
direction: inherit;
}
</style>