mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-17 13:21:44 +01:00
Fix page changing from RTL when viewing some profiles
This commit is contained in:
parent
6157bec6c0
commit
dec72304e9
5
.changeset/fuzzy-frogs-develop.md
Normal file
5
.changeset/fuzzy-frogs-develop.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"nostrudel": patch
|
||||
---
|
||||
|
||||
Fix page changing from RTL when viewing some profiles
|
@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html lang="en" dir="auto">
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
|
@ -68,7 +68,7 @@ export const TextNoteContents = React.memo(
|
||||
<MediaOwnerProvider owner={(event as NostrEvent).pubkey as string | undefined}>
|
||||
<LightboxProvider>
|
||||
<Suspense fallback={<Spinner />}>
|
||||
<Box whiteSpace="pre-wrap" {...props}>
|
||||
<Box whiteSpace="pre-wrap" dir="auto" {...props}>
|
||||
{content}
|
||||
</Box>
|
||||
</Suspense>
|
||||
|
Loading…
x
Reference in New Issue
Block a user