mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 16:17:29 +00:00
add bidi support to bio and description
This commit is contained in:
parent
6ea513c5ac
commit
a14633ef92
@ -86,6 +86,9 @@ body
|
|||||||
font-size: 20px
|
font-size: 20px
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
|
|
||||||
|
.bio
|
||||||
|
unicode-bidi: plaintext
|
||||||
|
|
||||||
.profile-counter
|
.profile-counter
|
||||||
line-height: 1.3
|
line-height: 1.3
|
||||||
|
|
||||||
@ -273,7 +276,8 @@ body
|
|||||||
overflow-wrap: anywhere
|
overflow-wrap: anywhere
|
||||||
font-size: 20px
|
font-size: 20px
|
||||||
line-height: 1.4
|
line-height: 1.4
|
||||||
|
unicode-bidi: plaintext
|
||||||
|
|
||||||
@media screen and (max-width: $layout-a-max)
|
@media screen and (max-width: $layout-a-max)
|
||||||
font-size: 18px
|
font-size: 18px
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user