Use text orientation for transcription display
Every displayed transcription in the sidebar must support the orientation provided by the backend in https://gitlab.com/arkindex/backend/-/issues/852
Here is the table of conversion from our values to CSS:
-
horizontal-lr
iswriting-mode: horizontal-tb;
-
horizontal-rl
iswriting-mode: horizontal-tb; direction: rtl;
-
vertical-lr
iswriting-mode: vertical-lr;
-
vertical-rl
iswriting-mode: vertical-rl;
Edited by Bastien Abadie