mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-22 13:37:23 +00:00
Add bidi support. (#231)
This commit is contained in:
parent
463d0c9cfb
commit
7c66035f41
@ -26,6 +26,14 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
h1,
|
||||||
|
p,
|
||||||
|
a,
|
||||||
|
b {
|
||||||
|
unicode-bidi: plaintext;
|
||||||
|
text-align: start;
|
||||||
|
}
|
||||||
|
|
||||||
#app {
|
#app {
|
||||||
background: #0b0e0f;
|
background: #0b0e0f;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user